Celery workers not running prevents task execution
criticalavailabilityUpdated Oct 30, 2024(via Exa)
Technologies:
How to detect:
Celery workers are not started or have stopped, preventing any task processing and causing Flower monitoring to show no active workers
Recommended action:
Check worker status with `celery -A <my_app_name> status`. If no workers are listed or errors appear, start workers with `celery -A <my_app_name> worker --loglevel=info`. Verify workers are connected and processing tasks before starting Flower.