فهرست منبع

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

Ask Solem 13 سال پیش
والد
کامیت
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)``