-
-
Notifications
You must be signed in to change notification settings - Fork 764
Avoid repeatedly using the same worker on first task with quiet cluster. #4638
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7e9bc1c
Add protection against repeated use of one worker in a quiet cluster
douglasdavis 19c5f40
move and rename test
douglasdavis 59508e6
implement matt's first suggestion; passes cythonization
douglasdavis af580fa
add comments to current implementation
douglasdavis cb1bdc7
zoom into self._n_task; then linear search for 0 occupancy
douglasdavis 78dd9e9
Update distributed/scheduler.py
douglasdavis a111b8d
Update distributed/scheduler.py
douglasdavis 5c8f004
Update distributed/scheduler.py
douglasdavis 4a0332e
Update distributed/scheduler.py
douglasdavis d4ce4a5
type annotations
douglasdavis 309415c
simplify loop looking for next zero occupancy worker; inline comment
douglasdavis 327af66
Merge branch 'main' into gh4637
douglasdavis dd2a99a
bring back test after conflict fix.
douglasdavis 03de0d4
Update distributed/scheduler.py
douglasdavis 74a81dc
trigger CI
douglasdavis 8519691
Merge remote-tracking branch 'upstream/main' into gh4637
douglasdavis 0fbbc9c
Update distributed/scheduler.py
mrocklin 1dd5622
reuse worker_pool.values() via wp_vals value
douglasdavis 107fbf4
Merge remote-tracking branch 'upstream/main' into gh4637
douglasdavis 0258767
Merge remote-tracking branch 'upstream/main' into gh4637
douglasdavis 6a768e1
implement suggestions from James related to test_retries (GH#4638)
douglasdavis f94dc0c
Merge remote-tracking branch 'upstream/main' into gh4637
douglasdavis 85433d8
Merge branch 'main' of https://github.com/dask/distributed into gh4637
jrbourbeau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.