Understanding Error Messages #6218
-
I have a Celery worker that processes messages from RabbitMQ. I'm guessing this is probably a Celery issue, but trying to see if there's any hint in Rabbit logs. I'm deploying Rabbit (3.11.1) on K8S using the Bitnami chart. What have been happening is: a consumer finishes to process a task, right after that, the next log message (in Celery) is a livenessProbe:
enabled: true
initialDelaySeconds: 120
timeoutSeconds: 20
periodSeconds: 30
failureThreshold: 6
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 10
timeoutSeconds: 20
periodSeconds: 30
failureThreshold: 3
successThreshold: 1 The log shows the following block, but I confess I haven't been able to understand what exactly this is telling me. RabbitMQ Logs
Is there any relevant information that could help be understand what's going on? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Please provide complete RabbitMQ logs before and after these events, as well as the timestamp of the following events:
|
Beta Was this translation helpful? Give feedback.
Please provide complete RabbitMQ logs before and after these events, as well as the timestamp of the following events:
connection timeout