fix(agentrun): use idle watchdog as sole stdio timeout
This commit is contained in:
@@ -153,7 +153,6 @@ controlPlane:
|
||||
serviceAccount: agentrun-v01-runner
|
||||
jobNamePrefix: agentrun-v01-runner
|
||||
idleTimeoutMs: 600000
|
||||
missingTerminalAfterToolTimeoutMs: 60000
|
||||
backendRetry:
|
||||
maxAttempts: 1
|
||||
initialBackoffMs: 1000
|
||||
@@ -333,8 +332,7 @@ controlPlane:
|
||||
runner:
|
||||
serviceAccount: agentrun-v02-runner
|
||||
jobNamePrefix: agentrun-v02-runner
|
||||
idleTimeoutMs: 172800000
|
||||
missingTerminalAfterToolTimeoutMs: 60000
|
||||
idleTimeoutMs: 600000
|
||||
backendRetry:
|
||||
maxAttempts: 5
|
||||
initialBackoffMs: 1000
|
||||
|
||||
Reference in New Issue
Block a user