Difference between revisions of "Celery --help"

From wikieduonline
Jump to navigation Jump to search
Line 22: Line 22:
 
   [[beat]]    Start the beat periodic task scheduler.
 
   [[beat]]    Start the beat periodic task scheduler.
 
   [[call]]    Call a task by name.
 
   [[call]]    Call a task by name.
   control  Workers remote control.
+
   [[control]] Workers remote control.
   events  Event-stream utilities.
+
   [[events]]   Event-stream utilities.
   graph    The ``celery graph`` command.
+
   [[graph]]   The ``celery graph`` command.
   inspect  Inspect the worker at runtime.
+
   [[inspect]] Inspect the worker at runtime.
   list     Get info from broker.
+
   [[list]]    Get info from broker.
   logtool  The ``celery logtool`` command.
+
   [[logtool]] The ``celery logtool`` command.
   migrate  Migrate tasks from one broker to another.
+
   [[migrate]] Migrate tasks from one broker to another.
   multi    Start multiple worker instances.
+
   [[multi]]   Start multiple worker instances.
   purge    Erase all messages from all known task queues.
+
   [[purge]]   Erase all messages from all known task queues.
   report  Shows information useful to include in bug-reports.
+
   [[report]]   Shows information useful to include in bug-reports.
   result  Print the return value for a given task id.
+
   [[result]]   Print the return value for a given task id.
   shell    Start shell session with convenient access to celery symbols.
+
   [[shell]]   Start shell session with convenient access to celery symbols.
   status  Show list of workers that are online.
+
   [[status]]   Show list of workers that are online.
   upgrade  Perform upgrade between versions.
+
   [[upgrade]] Perform upgrade between versions.
 
   [[worker]]  Start worker instance.
 
   [[worker]]  Start worker instance.
  

Revision as of 10:11, 16 September 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

Advertising: