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 Crashes on Connection Disruption, Interrupting Long-Running Tasks #65

Closed
khizunov opened this issue Jul 1, 2024 · 0 comments
Closed

Comments

@khizunov
Copy link
Contributor

khizunov commented Jul 1, 2024

The problem is that if the connection is disrupted (due to a Redis restart or temporary connectivity issues), the Taskiq worker crashes, interrupting all ongoing handlers. As a result any long-running tasks will be interrupted and will not complete their work.

khizunov added a commit to khizunov/taskiq-redis that referenced this issue Jul 1, 2024
@s3rius s3rius closed this as completed in b5e9328 Sep 28, 2024
s3rius added a commit that referenced this issue Sep 28, 2024
fix #65: avoid worker crash in case connection is broken
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

1 participant