fix(heartbeat): suppress idle opencode k8s timer runs - #181
Merged
blockcast-ci-packages[bot] merged 2 commits intoMay 26, 2026
Merged
Conversation
Co-Authored-By: Paperclip <noreply@paperclip.ing>
Author
Staff review: changes requestedThe branch suppresses adapter runs, but the no-work skip path leaves the timer baseline stale.
Required fix:
Verification I ran: GitHub CI is green, but the current tests only cover a single tick and miss the repeated-idle-tick failure mode. |
Co-Authored-By: Paperclip <noreply@paperclip.ing>
Author
Staff review resolvedThe follow-up commit
PR is ready for merge from the release side. |
Author
Release updateMerged via squash as
Paperclip QA handoff is tracked in BLO-7646 for the post-deploy |
13 tasks
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.
Thinking Path
What Changed
no_in_flight_workreason when an idle opencode_k8s timer wake is suppressed.todo,in_progress, orin_reviewwork.Verification
server/src/__tests__/heartbeat-opencode-k8s-timer-no-work.test.tsserver/src/__tests__/heartbeat-retry-scheduling.test.tsserver/src/__tests__/issue-stale-execution-lock-routes.test.tsserver/src/services/recovery/successful-run-handoff.test.tsverify, general test groups, serialized server shards, build, and e2e.skipped: no_in_flight_workevent within 1 hour and confirm no new stale active-run wrappers for idle opencode_k8s timer/system runs over the required monitoring window.Risks
no_in_flight_workskips from missing heartbeat activity.Model Used
openai/gpt-5.5with tool use. Implementation commit was authored by Paperclip automation in commit8b0e7b68.Checklist
Linked Paperclip issue: BLO-7594