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

Dynamically add workers to an existing QSys object #182

Open
wlandau opened this issue Nov 24, 2019 · 1 comment
Open

Dynamically add workers to an existing QSys object #182

wlandau opened this issue Nov 24, 2019 · 1 comment
Milestone

Comments

@wlandau
Copy link
Contributor

wlandau commented Nov 24, 2019

The resource requirements can ebb and flow over the course of running a drake workflow, especially for cases like ropensci/drake#1080 if there is a possibility of dynamic branching. Is it be possible to create new workers in an existing QSys object? If not, what is your opinion about such a feature?

w <- workers(2L)
w <- workers$launch_more_workers(4L)
# ...

cc @psadil

@mschubert
Copy link
Owner

It's not currently possible, but the worker API should (eventually) allow for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants