Closed khizunov closed 1 month ago
Can you please describe when this feature is required, because taskiq worker automatically restarts if anything goes wrong?
Sure, I was going to open an issue.
The issue is that if the connection is disrupted (due to a Redis restart or temporary connectivity issues), the Taskiq worker crashes, interrupting all ongoing handlers. For example, any long-running tasks will be interrupted and will not complete their work.
@s3rius
@s3rius did you have a chance to look at it?
Please rebase onto main branch and we will merge it.
The issue is that if the connection is disrupted (due to a Redis restart or temporary connectivity issues), the Taskiq worker crashes, interrupting all ongoing handlers. For example, any long-running tasks will be interrupted and will not complete their work.