-
Notifications
You must be signed in to change notification settings - Fork 18.1k
fix(reports): enforce dashboard readiness and execution budget #42624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
eschutho
merged 21 commits into
apache:master
from
fitzee:fix-report-readiness-recovery-budget
Aug 5, 2026
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
55e5d18
fix(reports): enforce readiness recovery budget
fitzee 163057e
fix(reports): narrow recovery and capture compatibility
fitzee 7236b4c
style(reports): apply pinned Ruff formatting
fitzee 3f232a2
fix(reports): preserve alert timeout semantics
fitzee 830e6cb
fix(reports): address reliability review
fitzee d81ef61
fix(reports): terminalize failed captures
f27092c
fix(reports): preserve active same-id replays
ac3f21c
fix(reports): scope terminal retry to row owner
4ae2324
fix(reports): terminalize refused executions
2b745d0
test(reports): allow metadata timestamp precision
01a373e
Merge remote-tracking branch 'oss/master' into fix-report-readiness-r…
eschutho 4b1ec35
fix(reports): honor per-schedule working_timeout and preserve default…
eschutho b2e0937
fix(reports): anchor non-report tiled budget clock at overall screens…
eschutho 9b84ce7
test(reports): align scheduler budget test with the 3600s default
eschutho d06a3b5
test(reports): cover the shared soft-timeout handler for alerts
eschutho 8feae1a
fix(ci): auto-walrus compliance, test persistence, and review-suggest…
eschutho ba7777d
docs(reports): remove stale 15-minute soft-limit reference
eschutho 7e2010f
test(reports): cover delivery-phase gate and retry-net failure path; …
eschutho c77359a
fix(reports): chart-capture readiness logs report container state, no…
eschutho af5bcc2
chore: retrigger CI
eschutho f674957
Merge remote-tracking branch 'oss/master' into fix-report-readiness-r…
eschutho File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: This comment says the hard-limit grace follows a 15-minute soft limit, but the documented default execution budget and resulting soft limit are 3600 seconds (one hour). This gives operators an incorrect timeout expectation; describe the grace as following the resolved execution budget instead of naming 15 minutes. [comment mismatch]
Severity Level: Minor 🧹
(Use Cmd/Ctrl + Click for best experience)
Prompt for AI Agent 🤖
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct — stale leftover from the 900s draft. Fixed in
ba7777d94a: the comment now describes the grace as following the resolved execution budget (configured budget capped by working_timeout) instead of naming 15 minutes.