Technologies/Celery/celery.worker.broker.connect_timeout
CeleryCeleryMetric

celery.worker.broker.connect_timeout

Broker connection timeout
Dimensions:None
Available on:Native (1)
Interface Metrics (1)
Native
Broker connection timeout in seconds
Dimensions:None

Technical Annotations (6)

Configuration Parameters (1)
BROKER_URLrecommended: redis://localhost:6379/0
Connection string for message broker - must be accessible from workers
Error Signatures (1)
Cannot connect to amqp://rabbitmq:5672//: Connection refusedlog pattern
CLI Commands (4)
kubectl exec -n your-namespace deployment/celery-worker -- nc -zv rabbitmq 5672diagnostic
kubectl get svc rabbitmq -n your-namespacediagnostic
kubectl get endpoints rabbitmq -n your-namespacediagnostic
kubectl describe svc rabbitmq -n your-namespacediagnostic
Related Insights (2)
Worker cannot connect to broker due to network policy or DNS issuescritical
Incorrect broker URL configuration prevents task executioncritical