Difference between revisions of "Celery"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
[[wikipedia:celery (software)]] is an open source [[asynchronous task queue]] or job queue which is based on distributed message passing.
 
[[wikipedia:celery (software)]] is an open source [[asynchronous task queue]] or job queue which is based on distributed message passing.
 
   
 
   
[[pip3 install celery]]
+
* Installation: <code>[[pip3 install celery]]</code>
 +
* Supported [[Broker]]s: [[RabbitMQ]], [[Redis]], [[Zookeeper]], [[Amazon SQS]]
  
 
  [[celery --help]]
 
  [[celery --help]]

Revision as of 15:14, 13 October 2022

Advertising: