fix: configure durable AgentRun event dispatch
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success

This commit is contained in:
Codex
2026-07-10 02:06:45 +02:00
parent ed58c8e113
commit 9551337ec0
+10 -2
View File
@@ -72,9 +72,17 @@ controlPlane:
AGENTRUN_MANAGER_RECONCILER_BATCH_SIZE: "20"
AGENTRUN_MANAGER_RECONCILER_ENABLED: "true"
AGENTRUN_MANAGER_RECONCILER_INTERVAL_MS: "30000"
AGENTRUN_RUNNER_DISPATCHER_ENABLED: "true"
AGENTRUN_RUNNER_DISPATCHER_INTERVAL_MS: "1000"
AGENTRUN_RUNNER_DISPATCHER_BATCH_SIZE: "10"
AGENTRUN_RUNNER_DISPATCHER_LEASE_MS: "120000"
AGENTRUN_RUNNER_DISPATCHER_MAX_ATTEMPTS: "5"
AGENTRUN_RUNNER_DISPATCHER_RETRY_BACKOFF_MS: "5000"
AGENTRUN_KAFKA_ENABLED: "true"
AGENTRUN_KAFKA_SHADOW_PRODUCE_ENABLED: "true"
AGENTRUN_KAFKA_SHADOW_CONSUME_ENABLED: "false"
AGENTRUN_KAFKA_OUTBOX_INTERVAL_MS: "500"
AGENTRUN_KAFKA_OUTBOX_BATCH_SIZE: "100"
AGENTRUN_KAFKA_OUTBOX_LEASE_MS: "60000"
AGENTRUN_KAFKA_OUTBOX_RETRY_BACKOFF_MS: "5000"
AGENTRUN_KAFKA_STDIO_PRODUCE_ENABLED: "true"
AGENTRUN_KAFKA_BOOTSTRAP_SERVERS: platform-infra-kafka-kafka-bootstrap.platform-infra.svc.cluster.local:9092
AGENTRUN_KAFKA_EVENT_TOPIC: agentrun.event.v1