-
Notifications
You must be signed in to change notification settings - Fork 27
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 infinite Waiting for cluster when dask-scheduler is restarted #5252
🐛Fix infinite Waiting for cluster when dask-scheduler is restarted #5252
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5252 +/- ##
=========================================
- Coverage 86.1% 68.7% -17.4%
=========================================
Files 864 535 -329
Lines 38093 26897 -11196
Branches 347 202 -145
=========================================
- Hits 32814 18491 -14323
- Misses 5202 8356 +3154
+ Partials 77 50 -27
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Excellent. Did a pair review and concluded some interesting ideas:
01ec040
to
b866bc0
Compare
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.
👍
b866bc0
to
fbba568
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
What do these changes do?
This PR fixes #5237 by:
I will intentionally not undergo heavy refactoring now
Related issue/s
fixes #5237
How to test
Dev Checklist
DevOps Checklist