CeleryRedis

Redis broker unavailability prevents Celery task processing

critical
Connection ManagementUpdated Oct 30, 2024(via Exa)
How to detect:

Redis broker stops running or is not accessible on port 6379, causing Celery workers to fail connecting and preventing all task processing

Recommended action:

Verify Redis is running with `docker ps` if using containers, or check process status. Start Redis with `docker run -p 6379:6379 redis` if using Docker. Ensure Redis is accessible on port 6379 before starting Celery workers.