Skip to content

Claude/monitor worker improvements x vl95#91

Merged
maximusunc merged 4 commits into
mainfrom
claude/monitor-worker-improvements-xVL95
May 26, 2026
Merged

Claude/monitor worker improvements x vl95#91
maximusunc merged 4 commits into
mainfrom
claude/monitor-worker-improvements-xVL95

Conversation

@maximusunc
Copy link
Copy Markdown
Collaborator

No description provided.

claude and others added 4 commits May 18, 2026 21:40
So one Slack channel can serve all environments, include the server
maturity and URL on every alert. Also fix the History summary's Crashes
card: crashes aren't recorded as their own event type — they're
scale_down rows with payload.kind="crashed", so the previous lookup for
type="crash" always returned zero.
The Live view's XLEN chart rebuilds its datasets on every snapshot, so
toggling a series off via the legend bounced back on the next tick.
Mirror the user's hidden choices in a label-keyed Set and reapply on
each rebuild.
ARAX was the only worker still using the synchronous httpx.Client. Its
post() blocks the event loop for the full request (up to 270s), which
stops the heartbeat task from refreshing its Redis key. Any ARAX
response slower than the 15s heartbeat TTL caused the monitor to flag
the worker as crashed and fire a false-positive alert.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 26, 2026

Codecov Report

❌ Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 43.15%. Comparing base (6093c60) to head (6cedb4d).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
workers/monitor/storage.py 0.00% 5 Missing ⚠️
workers/arax/worker.py 0.00% 2 Missing ⚠️
workers/monitor/alerts.py 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
workers/arax/worker.py 0.00% <0.00%> (ø)
workers/monitor/alerts.py 0.00% <0.00%> (ø)
workers/monitor/storage.py 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2cf2a3...6cedb4d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maximusunc maximusunc merged commit efda26f into main May 26, 2026
2 checks passed
@maximusunc maximusunc deleted the claude/monitor-worker-improvements-xVL95 branch May 26, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants