No persistent-degradation alerting #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Category: Observability · Priority: HIGH
Summary
A source failing N consecutive cycles is invisible unless someone manually reads
run_log. Nothing auto-warns on sustained failure. Note: theagentos-weekly-curatorcron that could surface this is itself in ERROR (AgentOS infra, not this repo) — flagged separately.Why it matters
Silent multi-day outages go unnoticed. Athena can appear healthy while an entire source is dark.
What happens if not done
Could lose weeks of a source's signal before anyone notices; brief becomes quietly biased toward the sources that survived.
Suggested approach
On cron completion, compare
run_loglast N runs; if a source failed >=3 cycles straight, emit a Telegram warning (add a second delivery target for the VPS admin). Depends on issue #2 classification.