Persist Hermes per-profile Kanban concurrency of two #30

Merged
bstein merged 2 commits from feature/hermes-kanban-profile-concurrency-2 into main 2026-08-21 06:12:03 +00:00

Summary

  • Persist kanban.max_in_progress_per_profile: 2 in the Hermes agent GitOps ConfigMap.
  • Preserve the gateway API-server max_concurrent_runs: 4 cap and existing provider quota/cooldown controls.

Runtime and rollout context

The runtime /opt/data/config.yaml was already updated and the gateway restarted on 2026-08-21. This draft PR makes that remediation durable so the next GitOps rollout does not revert the per-profile setting to 1.

Validation

  • Parsed the source ConfigMap and asserted the per-profile setting is 2, the API-server cap remains 4, and all quota/cooldown settings remain unchanged.
  • kustomize build services/hermes completed successfully and the rendered hermes-agent-config was asserted with the same values.
  • git diff --check passed.
## Summary - Persist `kanban.max_in_progress_per_profile: 2` in the Hermes agent GitOps ConfigMap. - Preserve the gateway API-server `max_concurrent_runs: 4` cap and existing provider quota/cooldown controls. ## Runtime and rollout context The runtime `/opt/data/config.yaml` was already updated and the gateway restarted on 2026-08-21. This draft PR makes that remediation durable so the next GitOps rollout does not revert the per-profile setting to 1. ## Validation - Parsed the source ConfigMap and asserted the per-profile setting is 2, the API-server cap remains 4, and all quota/cooldown settings remain unchanged. - `kustomize build services/hermes` completed successfully and the rendered `hermes-agent-config` was asserted with the same values. - `git diff --check` passed.
hermes-automation added 1 commit 2026-08-21 00:33:25 +00:00
bstein approved these changes 2026-08-21 06:10:55 +00:00
bstein changed title from WIP: Persist Hermes per-profile Kanban concurrency of two to Persist Hermes per-profile Kanban concurrency of two 2026-08-21 06:10:59 +00:00
bstein added 1 commit 2026-08-21 06:11:11 +00:00
bstein merged commit db70509e08 into main 2026-08-21 06:12:03 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: titan/atlas-iac#30
No description provided.