You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ var CLI struct {
26
26
Volumes []string`help:"Volume mounts for task containers (format: HOST_PATH:CONTAINER_PATH or HOST_PATH:CONTAINER_PATH:MODE)" short:"v"`
27
27
Env []string`help:"Environment variables for task containers (format: KEY=VALUE or KEY to pass through from host)" short:"e"`
28
28
MaxConcurrentTasksint`help:"Maximum number of tasks to run concurrently (0 for unlimited)" default:"0"`
29
+
IdleOnCompletestring`help:"How long to keep the oz agent alive after a task completes, for follow-ups (e.g. 45m, 10m, 0s). Defaults to 45m when not set."`
0 commit comments