hermes - 💡(How to fix) Fix Kanban dispatcher: no config key for a worker concurrency cap (`max_spawn` only reachable via CLI) [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#28805Fetched 2026-05-20 04:01:50
View on GitHub
Comments
2
Participants
3
Timeline
7
Reactions
0
Author
Timeline (top)
labeled ×4commented ×2cross-referenced ×1

Fix Action

Fix / Workaround

Summary: In v0.14.0, dispatch_once() in hermes_cli/kanban_db.py supports max_spawn as a live global concurrency cap (counts running + spawned) and a max_in_progress parameter. Neither is exposed as a kanban.* config key — max_spawn is only reachable via the --max flag of hermes kanban dispatch/watch, and the default gateway-embedded dispatcher (kanban.dispatch_in_gateway: true) spawns with no cap. max_in_progress is an unwired internal parameter.

Impact: Operators running the default embedded dispatcher cannot cap concurrent workers, risking host RAM/CPU overcommit.

Ask: Expose max_spawn (and max_in_progress) as kanban.* config keys honored by the gateway-embedded dispatcher. Optionally, a resource-aware spawn gate (skip spawning below a free-RAM / free-disk threshold).

RAW_BUFFERClick to expand / collapse

Version: v0.14.0

Summary: In v0.14.0, dispatch_once() in hermes_cli/kanban_db.py supports max_spawn as a live global concurrency cap (counts running + spawned) and a max_in_progress parameter. Neither is exposed as a kanban.* config key — max_spawn is only reachable via the --max flag of hermes kanban dispatch/watch, and the default gateway-embedded dispatcher (kanban.dispatch_in_gateway: true) spawns with no cap. max_in_progress is an unwired internal parameter.

Impact: Operators running the default embedded dispatcher cannot cap concurrent workers, risking host RAM/CPU overcommit.

Ask: Expose max_spawn (and max_in_progress) as kanban.* config keys honored by the gateway-embedded dispatcher. Optionally, a resource-aware spawn gate (skip spawning below a free-RAM / free-disk threshold).

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix Kanban dispatcher: no config key for a worker concurrency cap (`max_spawn` only reachable via CLI) [2 comments, 3 participants]