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

Worker exits main loop on mongodb connection issue #13

Open
cfkanesan opened this issue Jul 30, 2024 · 0 comments
Open

Worker exits main loop on mongodb connection issue #13

cfkanesan opened this issue Jul 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cfkanesan
Copy link
Contributor

What happened?

When the mongodb service is unable to respond to a request from the worker, the exception raised causes the worker to stop polling the request queue. I suspect in some cases the exception is caught somewhere outside of the main loop because the process does not stop so kubernetes does not restart the worker.

What are the steps to reproduce the bug?

Use a mongodb service that is somewhat unreliable.

Version

develop

Platform (OS and architecture)

Debian 12 x86_64

Relevant log output

No response

Accompanying data

No response

Organisation

MeteoSwiss

@cfkanesan cfkanesan added the bug Something isn't working label Jul 30, 2024
jameshawkes pushed a commit that referenced this issue Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant