Skip to content

Clarify unsatisfied resource restrictions in resource docs#9269

Merged
crusaderky merged 2 commits into
dask:mainfrom
peter941221:docs/issue-8256-unsatisfiable-resources
Jun 4, 2026
Merged

Clarify unsatisfied resource restrictions in resource docs#9269
crusaderky merged 2 commits into
dask:mainfrom
peter941221:docs/issue-8256-unsatisfiable-resources

Conversation

@peter941221
Copy link
Copy Markdown
Contributor

Summary

  • document that tasks with currently unsatisfied resource restrictions remain in the scheduler's no-worker state instead of failing immediately
  • explain that this behavior follows from Dask clusters being dynamic and able to add matching workers later
  • add practical guidance for users to avoid waiting indefinitely, including Future.result(timeout=...) and checking for no-worker

Closes #8256

Testing

  • not run locally: sphinx is not installed in this environment

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 24, 2026

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

    31 files  +    1      31 suites  +1   10h 37m 49s ⏱️ + 1m 24s
 4 080 tests ±    0   3 968 ✅ +    4    112 💤  -  1  0 ❌  - 2 
59 217 runs  +1 397  56 615 ✅ +1 334  2 602 💤 +66  0 ❌  - 2 

Results for commit 36f76cc. ± Comparison against base commit c9ef602.

♻️ This comment has been updated with latest results.

@peter941221 peter941221 marked this pull request as ready for review May 29, 2026 10:17
@peter941221 peter941221 requested a review from fjetter as a code owner May 29, 2026 10:17
@peter941221 peter941221 force-pushed the docs/issue-8256-unsatisfiable-resources branch from 945d7eb to 8773991 Compare June 1, 2026 22:51
@peter941221
Copy link
Copy Markdown
Contributor Author

Rebased on current main and pushed 8773991. CI is running again.

Signed-off-by: peter941221 <peter941221@gmail.com>
@peter941221 peter941221 force-pushed the docs/issue-8256-unsatisfiable-resources branch from 8773991 to 182a920 Compare June 2, 2026 01:44
@crusaderky crusaderky merged commit 9ef1eee into dask:main Jun 4, 2026
37 checks passed
@crusaderky
Copy link
Copy Markdown
Collaborator

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Client hangs in case of unsatisfiable resources

2 participants