docs(skill): align kanban dispatcher failure_limit text with current default
This commit is contained in:
@@ -692,7 +692,9 @@ schema footprint is zero outside worker processes.
|
||||
- **Dispatcher** runs inside the gateway by default
|
||||
(`kanban.dispatch_in_gateway: true`) — reclaims stale claims,
|
||||
promotes ready tasks, atomically claims, spawns assigned profiles.
|
||||
Auto-blocks a task after ~5 consecutive spawn failures.
|
||||
Auto-blocks a task after `failure_limit` consecutive spawn failures
|
||||
(default 2; configurable via `kanban.failure_limit` or per-task
|
||||
`max_retries`).
|
||||
- **Isolation:** board is the hard boundary (workers get
|
||||
`HERMES_KANBAN_BOARD` pinned in env); tenant is a soft namespace
|
||||
within a board for workspace-path + memory-key isolation.
|
||||
|
||||
Reference in New Issue
Block a user