浏览代码

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)``