redis.exceptions.ConnectionError: Error 32 while writing to socket. Broken pipe. #1565
Unanswered
harshita01398
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey @harshita01398 👋, We also offer priority support for our sponsors. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To support python 3.7, we had to upgrade to celery 4.3 and we started seeing this exception- redis.exceptions.ConnectionError: Error 32 while writing to socket. Broken pipe.
Celery: 4.3.1
Redis: 4.1.2
Kombu: 4.6.11
After adding health_check_interval, errors reduced but still seeing them in large numbers.
Have already added below setting
broker_transport_options = {
'health_check_interval': 5,
}
Do we have a fix in any latest updates of celery/kombu?
Please suggest a fix on this as it is affecting our production workflows.
Beta Was this translation helpful? Give feedback.
All reactions