Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Feb 10, 2024
1 parent 1239e3c commit 11703b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Rush.R
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ Rush = R6::R6Class("Rush",
# check local workers without a heartbeat
local_workers = r$SMEMBERS(private$.get_key("local_workers"))
lost_workers_local = if (length(local_workers)) {
lg$debug("Checking %i worker(s) with process id", length(local_workers))
# lg$debug("Checking %i worker(s) with process id", length(local_workers))
running = map_lgl(local_workers, function(worker_id) self$processes[[worker_id]]$is_alive())
if (all(running)) return(invisible(self))

Expand Down

0 comments on commit 11703b4

Please sign in to comment.