Difference between revisions of "Celery"
Jump to navigation
Jump to search
↑ https://flower.readthedocs.io/en/latest/#flower-celery-monitoring-tool
Line 16: | Line 16: | ||
* <code>django-celery</code> provides Celery integration for [[Django]] | * <code>django-celery</code> provides Celery integration for [[Django]] | ||
* <code>[[WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL)]]</code> | * <code>[[WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL)]]</code> | ||
+ | * [[Apache Airflow]]: https://airflow.apache.org/docs/apache-airflow/stable/executor/celery.html | ||
== See also == | == See also == |
Revision as of 15:54, 2 August 2022
wikipedia:celery (software) is an open source asynchronous task queue or job queue which is based on distributed message passing.
pip3 install celery
celery --help celery list celery status celery control celery shell celery worker
Related terms
- RabbitMQ
- Flower - Celery monitoring tool[1]
django-celery
provides Celery integration for DjangoWorkerLostError: Worker exited prematurely: signal 9 (SIGKILL)
- Apache Airflow: https://airflow.apache.org/docs/apache-airflow/stable/executor/celery.html
See also
- Celery Broker, Celery Executor,
celery [ list | status | worker | --version | --help ]
- Django, SQL injection
Advertising: