-
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
Send less data to remote transient workers #434
Comments
Doesn't |
Yes, |
And because of NFS file latency issues, I would rather not have transient workers read from the |
Like many things, this will be much easier after #440. |
On second thought, the environment is pruned before the globals are chosen, so any affected users can just choose |
In
make(parallelism = "future")
(future.R
) each transient worker only needs the imports and the direct target dependencies. The other targets do not need to be sent.The text was updated successfully, but these errors were encountered: