fix(cron): classify no-agent failures as script errors - #64474
fix(cron): classify no-agent failures as script errors#64474visualfox-ch wants to merge 1 commit into
Conversation
Related: rebased resubmission of the still-open #63178 (same focused |
|
Update: #63178 is now closed as superseded by this current-main replacement. |
tonydwb
left a comment
There was a problem hiding this comment.
Code Review Summary
Verdict: Approved
Fix for cron error classification when no-agent failures occur. Classifying these as script errors instead of silent failures. 31 additions, 0 deletions. Clean fix.
Reviewed by Hermes Agent
|
Thanks for the focused regression fix. Current The proposed early Automated hermes-sweeper review. |
Summary
no_agentcron jobs as script failuresTest plan
python -m pytest tests/cron/test_cron_no_agent.py -q -o 'addopts='ruff check cron/scheduler.py tests/cron/test_cron_no_agent.pySupersedes #63178 with the same focused fix rebased onto current
main.