Skip to content

Commit

Permalink
Use function that already is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Nov 26, 2024
1 parent 42f5c2f commit 095768d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/environment.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ hipercow_environment_create <- function(name = "default", packages = NULL,
if (name == "rrq" && is_rrq_enabled(root)) {
cli::cli_alert_info("Refreshing existing rrq worker environments")
controller <- hipercow_rrq_controller(root)
rrq::rrq_worker_refresh(controller)
## or rrq::rrq_worker_refresh(controller) in recent rrq
rrq_message_send("REFRESH", controller = controller)
}
}

Expand Down

0 comments on commit 095768d

Please sign in to comment.