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

Dispatch tasks to remote hosts #83

Open
jqmp opened this issue Feb 5, 2020 · 0 comments
Open

Dispatch tasks to remote hosts #83

jqmp opened this issue Feb 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jqmp
Copy link
Collaborator

jqmp commented Feb 5, 2020

Currently, Bionic runs all tasks locally, on the same host it was started on. Ideally it would be able to dispatch jobs to other hosts. (Presumably this would depend on some kind of existing cluster system like Dask.) This would allow flows to exploit very high levels of parallelization, and also enable some workloads that require too much memory for a single machine.

We would almost certainly want to implement #43 before this.

@jqmp jqmp added the enhancement New feature or request label Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant