hermes-agent/tests/cron
Teknium 21ffadc2a6
fix: dynamic grace window for missed cron job catch-up
Replace hardcoded 120-second grace period with a dynamic window that
scales with the job's scheduling frequency (half the period, clamped
to [120s, 2h]). Daily jobs now catch up if missed by up to 2 hours
instead of being silently skipped after just 2 minutes.
2026-03-22 04:04:24 -07:00
..
__init__.py test: add unit tests for 8 modules (batch 2) 2026-02-26 13:54:20 +03:00
test_jobs.py fix: dynamic grace window for missed cron job catch-up 2026-03-22 04:04:24 -07:00
test_scheduler.py fix(cron): warn and skip missing skills instead of crashing job 2026-03-19 09:56:16 -07:00