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

Celery worker silently stops working in some conditions under high load #1314

Open
fruttasecca opened this issue Sep 28, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@fruttasecca
Copy link
Member

fruttasecca commented Sep 28, 2022

Describe the bug

After a period of very high resource contention the celery worker stopped processing tasks. The probe and liveness checks did not lead to a restart of the pod, which is what fixed the issue. We definitively want the probes to notice the problem and restart the pod in case this happens, moreover, some tuning related to settings like the CELERY_BROKER_HEARTBEAT could be done to reduce load.

Environment

Happened in the cloud where our smaller instances are on 2 vcpus, but could happen anywhere of course.

@fruttasecca fruttasecca added the bug Something isn't working label Sep 28, 2022
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