celery-exporter icon indicating copy to clipboard operation
celery-exporter copied to clipboard

Docker container crashes unexpectedly

Open amirali opened this issue 3 years ago • 1 comments

Hello! I'm using docker image on the latest version and sometimes the container randomly crashes and exports wrong data or no data at all to Prometheus. sometimes it happens with logs that I attached below and sometimes with no logs at all. I don't know if it's for the bad configuration or what. I just pass the Redis broker URI to the container with no other configuration.

$ docker logs -f celery_exporter

Socket error
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/waitress/channel.py", line 121, in handle_write
flush()
File "/usr/local/lib/python3.9/site-packages/waitress/channel.py", line 259, in _flush_some
num_sent = self.send(chunk)
File "/usr/local/lib/python3.9/site-packages/waitress/wasyncore.py", line 431, in send
result = self.socket.send(data)
TimeoutError: [Errno 110] Connection timed out
total open connections reached the connection limit, no longer accepting new connections

amirali avatar Apr 23 '22 17:04 amirali

@amirali did you find any solution to this?

altafrs77 avatar Jan 19 '23 08:01 altafrs77