docs: note the broker-shutdown teardown log pattern in the README#148
Open
kyle-sexton wants to merge 1 commit into
Open
docs: note the broker-shutdown teardown log pattern in the README#148kyle-sexton wants to merge 1 commit into
kyle-sexton wants to merge 1 commit into
Conversation
Name the `ERR BrokerServer` / `TaskCanceledException` pattern that appears in a completed one-job worker's captured runner log, in a new README troubleshooting section, and point to the observability doc's "Cancellation and runner shutdown noise" section for the full contract. The token operators grep for (`ERR BrokerServer`) does not appear in that section, so the note is a findability pointer, not a restatement. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Summary
Adds a short Troubleshooting note to
README.mdnaming theERR BrokerServer/TaskCanceledExceptionpattern that appears in a completed one-job worker's captured runner log, and pointing to the observability doc's "Cancellation and runner shutdown noise" section for the full contract. Pointer, not restatement: theERR BrokerServertoken (what an operator greps their worker log for) does not appear in that section, so the note adds findability without duplicating the exit-lifecycle-classification mechanism the section already documents.Test plan
npx markdownlint-cli2 README.md— 0 errorslychee --offline --config lychee.toml README.md— 0 errors; the new relative fragment linkdocs/observability.md#cancellation-and-runner-shutdown-noiseresolves[200]underinclude_fragments = "full"Related
Closes #64
Companion research (whether any
actions/runnerrelease at or above the pinned 2.335.1 quiets this teardown logging) is recorded as a comment on #64. No dependency pin is changed here — pin updates ride #72.🤖 Generated with Claude Code