-
Notifications
You must be signed in to change notification settings - Fork 129
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
Get the worker to do the loading in future
parallelism?
#539
Comments
future
parallelismfuture
parallelism?
Sounds reasonable for |
I also plan to implement this for `make(parallelism = "clustermq", caching = "worker"). Slightly related: #449 (comment). |
Also, I just noticed that |
wlandau-lilly
added a commit
that referenced
this issue
Oct 10, 2018
6 tasks
Fixed via #544. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Giving
future
parallelism another try. With a lot of targets, all the loading is quite rough on the main process. Is it feasible to structure the dispatch so that the the worker loads dependencies?The text was updated successfully, but these errors were encountered: