Skip to content
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

Generalise async executor code #278

Merged
merged 2 commits into from
Jul 28, 2023
Merged

Generalise async executor code #278

merged 2 commits into from
Jul 28, 2023

Conversation

tomwhite
Copy link
Member

Moves the logic for async executors into a common function, which can be used for an async Dask Distributed executor later.

Also adds a batch_size argument to address #239 for Modal (and Python async).

@tomwhite
Copy link
Member Author

The batching code needs more work (e.g. removing completed tasks from data structures), so I've removed it from this PR and will add separately later.

@tomwhite tomwhite merged commit 4ca3bce into main Jul 28, 2023
6 checks passed
@tomwhite tomwhite deleted the generalize-async-executor branch July 28, 2023 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant