Skip to content

Clarify unsatisfied resource restrictions in resource docs#9269

Draft
peter941221 wants to merge 1 commit into
dask:mainfrom
peter941221:docs/issue-8256-unsatisfiable-resources
Draft

Clarify unsatisfied resource restrictions in resource docs#9269
peter941221 wants to merge 1 commit into
dask:mainfrom
peter941221:docs/issue-8256-unsatisfiable-resources

Conversation

@peter941221
Copy link
Copy Markdown

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

Signed-off-by: peter941221 <peter941221@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

Unit Test Results

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

    31 files  ±0      31 suites  ±0   10h 57m 2s ⏱️ + 17m 11s
 4 074 tests ±0   3 967 ✅  - 2    104 💤 ±0  2 ❌ +1  1 🔥 +1 
59 132 runs  +1  56 696 ✅  - 2  2 433 💤 +1  2 ❌ +1  1 🔥 +1 

For more details on these failures and errors, see this check.

Results for commit 945d7eb. ± Comparison against base commit d8fabe2.

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

1 participant