Skip to content

Commit

Permalink
update plugin vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jun 7, 2024
1 parent 31b2886 commit eafad02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vignettes/plugins.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ crew_controller_custom <- function(
seconds_launch = 30,
seconds_idle = Inf,
seconds_wall = Inf,
retry_tasks = TRUE,
tasks_max = Inf,
tasks_timers = 0L,
reset_globals = TRUE,
Expand All @@ -143,7 +144,8 @@ crew_controller_custom <- function(
port = port,
tls = tls,
seconds_interval = seconds_interval,
seconds_timeout = seconds_timeout
seconds_timeout = seconds_timeout,
retry_tasks = retry_tasks
)
launcher <- custom_launcher_class$new(
name = name,
Expand Down

0 comments on commit eafad02

Please sign in to comment.