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

fix: catch all Kombus exceptions #423

Open
ocervell opened this issue Sep 13, 2024 · 0 comments
Open

fix: catch all Kombus exceptions #423

ocervell opened this issue Sep 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working celery

Comments

@ocervell
Copy link
Contributor

Some Kombus exceptions stall the worker when Redis / other broker is under too much pressure and becomes unresponsive. When thrown, those exceptions stop the tasks.

We can intercept kombu.exceptions.KombuError for all network-related exceptions.

Places where to catch:

@ocervell ocervell self-assigned this Sep 13, 2024
@ocervell ocervell added enhancement New feature or request bug Something isn't working celery and removed enhancement New feature or request labels Oct 10, 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 celery
Projects
None yet
Development

No branches or pull requests

1 participant