docs(m141): record the bounded lease fan-out release#158
Merged
Conversation
Idle runner polls stop touching Postgres and stop scaling with fleet count. Bug-fix bullets carry the load-bearing facts: the non-canonical `fleet_id` that returned 202 and never delivered, the readiness entry a stopped fleet could never release, and the undelivered-entry recovery the old reclaim path could not see. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Two additions to the unreleased bounded-lease-fan-out entry, from the pre-ship adversarial review: the cron producer now marks readiness on append, and the approval gate's automatic pause clears the fleet's readiness entry like the stop and delete paths. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Changelog
<Update>for M141_001 — the bounded runner lease fan-out.Pairs with agentsfleet/agentsfleet#561, which is the code side of the same milestone.
What the entry covers
MAX_READY_CANDIDATES_PER_POLL, documented alongsideNO_WORK_RETRY_AFTER_MS./metricsfamilies for poll cost and readiness depth.fleet_idon the messages route is now rejected rather than silently queued onto a stream nothing reads; stopping, deleting, or auto-pausing a fleet clears its readiness entry; a stranded event no longer waits on unrelated traffic.Not regenerating
error-codes.mdx. The page is hand-curated under this repo'sEXPECTED_VERSION 0.17.0pin, andzig build gen-error-codesraw output both fails that pin and trips DOC-05 banned words via registry prose. TheUZ-UUIDV7-009row this milestone needed has shipped since Jul 12 (ee22c03), so no page change is owed here. Reconciling the generator with the hand-curated page is worth its own slice.