This document describes Celery 2.4. For development docs, go here.
Internal worker state (global)
This includes the currently active and reserved tasks, statistics, and revoked tasks.
copyright: |
|
---|---|
license: | BSD, see LICENSE for more details. |
maximum number of revokes to keep in memory.
how many seconds a revoke will be active before being expired when the max limit has been exceeded.
Worker software/platform information.
set of currently active TaskRequest‘s.
set of all reserved TaskRequest‘s.
the list of currently revoked tasks. Persistent if statedb set.
Updates global state when a task has been accepted.
Updates global state when a task is ready.
Updates global state when a task has been reserved.
count of tasks executed by the worker, sorted by type.