|
@@ -223,7 +223,7 @@ eventlet_pool_started
|
|
|
|
|
|
Sent when the eventlet pool has been started.
|
|
|
|
|
|
-Sender is the :class:`celery.concurrency.evlet.TaskPool` instance.
|
|
|
+Sender is the :class:`celery.concurrency.eventlet.TaskPool` instance.
|
|
|
|
|
|
.. signal:: eventlet_pool_preshutdown
|
|
|
|
|
@@ -233,7 +233,7 @@ eventlet_pool_preshutdown
|
|
|
Sent when the worker shutdown, just before the eventlet pool
|
|
|
is requested to wait for remaining workers.
|
|
|
|
|
|
-Sender is the :class:`celery.concurrency.evlet.TaskPool` instance.
|
|
|
+Sender is the :class:`celery.concurrency.eventlet.TaskPool` instance.
|
|
|
|
|
|
.. signal:: eventlet_pool_postshutdown
|
|
|
|
|
@@ -242,7 +242,7 @@ eventlet_pool_postshutdown
|
|
|
|
|
|
Sent when the pool has been joined and the worker is ready to shutdown.
|
|
|
|
|
|
-Sender is the :class:`celery.concurrency.evlet.TaskPool` instance.
|
|
|
+Sender is the :class:`celery.concurrency.eventlet.TaskPool` instance.
|
|
|
|
|
|
.. signal:: eventlet_pool_apply
|
|
|
|
|
@@ -251,7 +251,7 @@ eventlet_pool_apply
|
|
|
|
|
|
Sent whenever a task is applied to the pool.
|
|
|
|
|
|
-Sender is the :class:`celery.concurrency.evlet.TaskPool` instance.
|
|
|
+Sender is the :class:`celery.concurrency.eventlet.TaskPool` instance.
|
|
|
|
|
|
Provides arguments:
|
|
|
|