Difference between revisions of "Celery"
Jump to navigation
Jump to search
↑ https://flower.readthedocs.io/en/latest/#flower-celery-monitoring-tool
Line 3: | Line 3: | ||
* Installation: <code>[[pip3 install celery]]</code> | * Installation: <code>[[pip3 install celery]]</code> | ||
* Supported [[Broker]]s: [[RabbitMQ]], [[Redis]], [[Zookeeper]], [[Amazon SQS]] | * Supported [[Broker]]s: [[RabbitMQ]], [[Redis]], [[Zookeeper]], [[Amazon SQS]] | ||
+ | * [[Celery backends]]: | ||
== Commands == | == Commands == |
Revision as of 11:17, 20 December 2022
wikipedia:celery (software) is an open source asynchronous task queue or job queue which is based on distributed message passing.
- Installation:
pip3 install celery
- Supported Brokers: RabbitMQ, Redis, Zookeeper, Amazon SQS
- Celery backends:
Commands
celery --help celery list celery status celery control celery shell celery worker celery -A
Related terms
- Flower - Celery monitoring tool[1]
django-celery
provides Celery integration for DjangoWorkerLostError: Worker exited prematurely: signal 9 (SIGKILL)
- Apache Airflow, Apache Airflow providers: https://airflow.apache.org/docs/apache-airflow/stable/executor/celery.html
- Celery Director
- Kombu
- Jobs
airflow celery
- Celery Executor
- Celery backends
See also
- Celery Broker, Celery Executor,
celery [ list | status | worker | --version | --help ]
- Django, SQL injection
Advertising: