futureverse / futureverse/future.batchtools
use batchtools directly for scheduling
- Lingua principale
- R
- Stelle
- 87
- Fork
- 10
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.