magpie.task.queue¶
Module Contents¶
Functions¶
Ping the workers and return their responses. |
|
Run a task with an optional success callback. |
Data¶
Main Celery app instance |
API¶
- magpie.task.queue.app¶
‘Celery(…)’
Main Celery app instance
- magpie.task.queue.ping(timeout=0)[source]¶
Ping the workers and return their responses.
- Parameters:
timeout – seconds to wait for a reply. Useful when called just after starting a cluster
- Returns:
a list of workers/responses available