-
-
Notifications
You must be signed in to change notification settings - Fork 931
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
revert fix: Prevent redis task loss when closing connection while in poll #2154
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thank you for the fix.
Can you please explain what and why is the change please?
Also, please add unit tests.
Lastly, we can mark this as draft for now and ready again after the above is answered & the CI fully passes.
Thanks!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2154 +/- ##
==========================================
+ Coverage 81.47% 81.48% +0.01%
==========================================
Files 77 77
Lines 9500 9507 +7
Branches 1148 1148
==========================================
+ Hits 7740 7747 +7
Misses 1569 1569
Partials 191 191 ☔ View full report in Codecov by Sentry. |
I also don't really understand the rationale in #1733. Why would completing a |
Alternatively, I could see setting app.conf.broker_transport_options = {'socket_timeout': 5} |
No description provided.