Skip to content

Commit

Permalink
chore: add start log message
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Feb 22, 2024
1 parent 6adaf1a commit 84b5456
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/Rush.R
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ Rush = R6::R6Class("Rush",
...
)

lg$info("Starting %i worker(s)", n_workers)

worker_ids = uuid::UUIDgenerate(n = n_workers)
self$processes = c(self$processes, set_names(map(worker_ids, function(worker_id) {
processx::process$new("Rscript",
Expand Down

0 comments on commit 84b5456

Please sign in to comment.