Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker container crashes unexpectedly #99

Open
amirali opened this issue Apr 23, 2022 · 1 comment
Open

Docker container crashes unexpectedly #99

amirali opened this issue Apr 23, 2022 · 1 comment

Comments

@amirali
Copy link

amirali commented Apr 23, 2022

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
@altafrs77
Copy link

@amirali did you find any solution to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants