feat(kanban): add failure rollups and dispatcher caps - #22782
Closed
ACR27 wants to merge 1 commit into
Closed
Conversation
ACR27
force-pushed
the
ace/kanban-hardening-integration
branch
from
May 9, 2026 20:04
ae02c7f to
dbe3dab
Compare
ACR27
force-pushed
the
ace/kanban-hardening-integration
branch
from
May 9, 2026 20:05
dbe3dab to
0c4e1fc
Compare
Contributor
|
Thanks @ACR27 — closing this one. The hardening feature (702 LOC, 10 files) overlaps with recent dispatcher work landed in parallel salvages this week: max_in_progress (#28420), respawn guard (#28455), stale detection (#28452), corrupt-board quiet (#28439). Failure rollups specifically may still have a place — but the dispatcher cap concept is now landed. If you want to revisit the rollup observability piece against current main, a focused fresh PR would be the right shape. Appreciate the work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
max_spawnTest Plan
env -u HERMES_KANBAN_DB -u HERMES_KANBAN_HOME -u HERMES_KANBAN_WORKSPACES_ROOT -u HERMES_KANBAN_BOARD -u HERMES_KANBAN_TASK -u HERMES_KANBAN_RUN_ID python -m pytest tests/hermes_cli/test_kanban_diagnostics.py tests/plugins/test_kanban_dashboard_plugin.py tests/hermes_cli/test_kanban_db.py tests/hermes_cli/test_kanban_core_functionality.py -q -o addopts=''Review Notes
max_spawn.