-
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
🐛 Dask: fix issue with disappearing workers #4057
🐛 Dask: fix issue with disappearing workers #4057
Conversation
Code Climate has analyzed commit 473cb5d and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## master #4057 +/- ##
=========================================
- Coverage 80.1% 70.8% -9.3%
=========================================
Files 949 397 -552
Lines 41226 20579 -20647
Branches 957 174 -783
=========================================
- Hits 33026 14577 -18449
+ Misses 7981 5953 -2028
+ Partials 219 49 -170
Flags with carried forward coverage won't be shown. Click here to find out more.
|
What do these changes do?
During heavy testing, it was observed that some errors are arising due to the fact that workers are disappearing from the gateway due to auto-adaptation of the number of workers.
This should fix this problem.
Related issue/s
How to test