Skip to content

Commit d7b9366

Browse files
committed
Launcher job name
1 parent 0747416 commit d7b9366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/launchers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ launch_remote <- function(n = 1L, remote = remote_config(), ..., tls = NULL, .co
108108
lapply(
109109
cmds,
110110
function(cmd) submit_job(
111-
sprintf("mirai_daemon_%d", random(4L)),
111+
sprintf("mirai_daemon_%s", random(3L)),
112112
cluster = cluster,
113113
command = cmd,
114114
container = container

0 commit comments

Comments
 (0)