Python Queueing / Workflow
- asyncio - async and await …
- RQ — Redis Queue
- arq — Job queues and RPC in python with asyncio and redis
Celery
- Celery — Distributed Task Queue
- Always remember to set ignore_result=True for tasks which don't return any consumed value.
Debugging
# ssh into a pod and run celery -A config.celery_app inspect scheduled
python-rq
Workflow
Camunda - The Universal Process Orchestrator