소스 검색

task-sent was msising from event reference. Thanks to dmarkey

Ask Solem 14 년 전
부모
커밋
0b541cee1e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docs/userguide/monitoring.rst

+ 5 - 0
docs/userguide/monitoring.rst

@@ -491,6 +491,11 @@ This list contains the events sent by the worker, and their arguments.
 Task Events
 ~~~~~~~~~~~
 
+* ``task-sent(uuid, name, args, kwargs, retries, eta, expires)``
+
+   Sent when a task message is published and
+   the :setting:`CELERY_SEND_TASK_SENT_EVENT` setting is enabled.
+
 * ``task-received(uuid, name, args, kwargs, retries, eta, hostname,
   timestamp)``