fix: configure agentrun backend retry policy

This commit is contained in:
Codex
2026-06-21 23:57:35 +00:00
parent 3580e3729a
commit e1bab4853a
3 changed files with 25 additions and 0 deletions
+8
View File
@@ -152,6 +152,10 @@ controlPlane:
jobNamePrefix: agentrun-v01-runner
idleTimeoutMs: 600000
missingTerminalAfterToolTimeoutMs: 60000
backendRetry:
maxAttempts: 1
initialBackoffMs: 1000
maxBackoffMs: 30000
apiKeySecretRef:
name: agentrun-v01-api-key
key: HWLAB_API_KEY
@@ -327,6 +331,10 @@ controlPlane:
jobNamePrefix: agentrun-v02-runner
idleTimeoutMs: 172800000
missingTerminalAfterToolTimeoutMs: 180000
backendRetry:
maxAttempts: 5
initialBackoffMs: 1000
maxBackoffMs: 30000
apiKeySecretRef:
name: agentrun-v02-api-key
key: HWLAB_API_KEY