fix(collector-health): use a journalctl-parseable delay-gate window - #739
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
Next review available in: 16 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
DELAY_GATE_WINDOW=15min is not a valid journalctl timestamp; the host rejects it with 'Failed to parse timestamp: 15min', so both LOB units reported a permanent 'journald query failed' breach after the #735 install. Use '15 min ago', verified against journalctl on the target host. The mock-journalctl harness never exercised timestamp parsing.
e412ff4 to
a30f434
Compare
Summary
DELAY_GATE_WINDOW=15minis not a validjournalctl --sincetimestamp. Verified on the target host (monday-trade-data-26):journalctl --since 15minfails withFailed to parse timestamp: 15min, so after the feat(collector): add durable collector-host health monitoring #735 install both LOB units report a permanentjournald query failed (exit 1)breach — two false-positive breaches in every health snapshot.DELAY_GATE_WINDOW='15 min ago', verified parseable by journalctl on the target host.Issue relationship
None
Validation
bash -nclean,git diff --checkcleandeployment/aliyun/test-monday-collector-health.sh: 53 passed, 0 failedt-jpn6t9v4p1irh8g).github/scripts/agent-worktree-preflight.sh checkexits 141 on this machine (SIGPIPE from its owngit worktree list | awkunder pipefail with ~130 registered worktrees — pre-existing script issue, unrelated to this change); ownership record verified manually against the same checks.One-line fix; redeploy of the installed script to the host follows after merge.