Celery
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
- Broker: RabbitMQ, Redis, Zookeeper, Amazon SQS
- 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
See also
- Celery Broker, Celery Executor,
celery [ list | status | worker | --version | --help ]
- Django, SQL injection
Advertising: