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

use batchtools directly for scheduling #70

Open
myoung3 opened this issue Feb 11, 2021 · 0 comments
Open

use batchtools directly for scheduling #70

myoung3 opened this issue Feb 11, 2021 · 0 comments

Comments

@myoung3
Copy link

myoung3 commented Feb 11, 2021

Unless this has changed recently, future.batchtools creates a separate registry for each job. This approach misses out on some of the great features of batchtools--namely, being able to check on the status of all your jobs (including viewing logs, completion status, error messages etc) via a second interactive R session by navigating to the registry location. Since each job gets its own registry when using future.batchtools, this makes it very difficult to track the status of individual jobs.

Additionally, creating a separate registry for each job considerably slows down startup relative to a pure batchtools approach.

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

No branches or pull requests

1 participant