Difference between revisions of "Celery --help"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
Options: | Options: | ||
− | -A, --app APPLICATION | + | [[-A]], --app APPLICATION |
-b, --broker TEXT | -b, --broker TEXT | ||
--result-backend TEXT | --result-backend TEXT | ||
Line 25: | Line 25: | ||
[[events]] Event-stream utilities. | [[events]] Event-stream utilities. | ||
[[graph]] The ``celery graph`` command. | [[graph]] The ``celery graph`` command. | ||
− | [[inspect]] Inspect the worker at runtime. | + | [[celery inspect|inspect]] Inspect the worker at runtime. |
− | [[list]] Get info from broker. | + | [[celery list|list]] Get info from broker. |
− | [[logtool]] The ``celery logtool`` command. | + | [[celery logtool|logtool]] The ``celery logtool`` command. |
− | [[migrate]] Migrate tasks from one broker to another. | + | [[celery migrate|migrate]] Migrate tasks from one broker to another. |
− | [[multi]] Start multiple worker instances. | + | [[celery multi|multi]] Start multiple worker instances. |
− | [[purge]] Erase all messages from all known task queues. | + | [[celery purge|purge]] Erase all messages from all known task queues. |
− | [[report]] Shows information useful to include in bug-reports. | + | [[celery report|report]] Shows information useful to include in bug-reports. |
− | [[result]] Print the return value for a given task id. | + | [[celery result|result]] Print the return value for a given task id. |
− | [[shell]] Start shell session with convenient access to celery symbols. | + | [[celery shell|shell]] Start shell session with convenient access to celery symbols. |
− | [[status]] Show list of workers that are online. | + | [[celery status|status]] Show list of workers that are online. |
− | [[upgrade]] Perform upgrade between versions. | + | [[celery upgrade|upgrade]] Perform upgrade between versions. |
[[worker]] Start worker instance. | [[worker]] Start worker instance. | ||
Latest revision as of 20:49, 10 November 2022
celery --help Usage: celery [OPTIONS] COMMAND [ARGS]...
Celery command entrypoint.
Options: -A, --app APPLICATION -b, --broker TEXT --result-backend TEXT --loader TEXT --config TEXT --workdir PATH -C, --no-color -q, --quiet --version --help Show this message and exit.
Commands: amqp AMQP Administration Shell. beat Start the beat periodic task scheduler. call Call a task by name. control Workers remote control. events Event-stream utilities. graph The ``celery graph`` command. inspect Inspect the worker at runtime. list Get info from broker. logtool The ``celery logtool`` command. migrate Migrate tasks from one broker to another. multi Start multiple worker instances. purge Erase all messages from all known task queues. report Shows information useful to include in bug-reports. result Print the return value for a given task id. shell Start shell session with convenient access to celery symbols. status Show list of workers that are online. upgrade Perform upgrade between versions. worker Start worker instance.
celery --version
See also[edit]
- Celery Broker, Celery Executor,
celery [ list | status | worker | --version | --help ]
Advertising: