Add wait_for_workers flag in Dask Distributed config and executor. This is helpful when the client is connected to a remote scheduler and you want to wait to submit work until the workers are connected to the scheduler.
Fixes
Fixes #131
Type of Change
[ ] Bug (non-breaking change which fixes an issue)
[x] Enhancement (non-breaking change which adds or improves functionality)
[ ] Internal (refactoring, performance, and testing)
[ ] Breaking (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation (no changes to the code)
[ ] Development (CI workflows, packages, templates, etc.)
[ ] Package (package dependencies and versions)
Testing
Added tests for coverage and tested with the cholesky app.
Pull Request Checklist
Please confirm the PR meets the following requirements.
Description
Add
wait_for_workers
flag in Dask Distributed config and executor. This is helpful when the client is connected to a remote scheduler and you want to wait to submit work until the workers are connected to the scheduler.Fixes
Type of Change
Testing
Added tests for coverage and tested with the cholesky app.
Pull Request Checklist
Please confirm the PR meets the following requirements.
pre-commit
(e.g., ruff, mypy, etc.).