Fail fast on engineer-pool capacity contention at the dispatch broker, before touching the issue tracker #1233

Merged
coilyco-ops merged 1 commit from issue-1041 into main 2026-07-14 07:07:51 +00:00
Member

This keeps engineer-pool backpressure local to the broker. When the pool is full, the broker now prints a local-only not-dispatched line and returns without posting issue-thread noise.

  • Stops capacity-full dispatches before the issue thread is touched.
  • Leaves the reservation-conflict path unchanged.
  • Validation: ward exec test and pre-commit run --all-files passed locally.

closes #1041
ward.workflow: pull-request-and-merge

This keeps engineer-pool backpressure local to the broker. When the pool is full, the broker now prints a local-only not-dispatched line and returns without posting issue-thread noise. - Stops capacity-full dispatches before the issue thread is touched. - Leaves the reservation-conflict path unchanged. - Validation: `ward exec test` and `pre-commit run --all-files` passed locally. closes #1041 ward.workflow: pull-request-and-merge
Fail fast on pool-full dispatch backpressure
All checks were successful
test / test (pull_request) Successful in 46s
912550a181
Sign in to join this conversation.
No description provided.