Changelog
Source:NEWS.md
rush 0.4.1
- feat: The
$wait_for_workers()method can now wait for a specific number of workers or a specific set of worker ids. The workers are checked for registration in the network now.
rush 0.4.0
CRAN release: 2025-10-08
feat: Add $empty_queue() method. fix: Queued tasks can be moved to failed now.
rush 0.3.0
CRAN release: 2025-07-31
- feat: Output and message logs can be written to files now via the
message_logandoutput_logarguments. - compatibility: lgr 0.5.0
- BREAKING CHANGE: The mlr3 ecosystem has a base logger now which is named
mlr3. Themlr3/rushlogger is a child of themlr3logger and is used for logging messages from therushpackage.