proxystore / taps

Benchmarking suite for distributed/parallel task executors
https://taps.proxystore.dev/
MIT License
9 stars 4 forks source link

Add `wait_for_workers` flag to `DaskExecutor` #131

Closed gpauloski closed 2 months ago

gpauloski commented 2 months ago

Describe the Request

This would be a nice flag to ensure that all expected workers are connected before starting an app.

Sample Code

No response