Message broker connection failure prevents task processing
criticalConnection ManagementUpdated Mar 24, 2026
Technologies:
How to detect:
Worker cannot connect to Redis or RabbitMQ broker, preventing task enqueueing and processing. ConnectionError exceptions occur when broker is unreachable.
Recommended action:
Verify broker service is running and reachable. Check REDIS_URL environment variable configuration. Review network connectivity. Monitor broker health. Configure systemd restart policy (Restart=always, RestartSec=5) to automatically recover workers.