zeroclaw/src/cron
Argenis caf7c7194f
fix(cron): prevent one-shot jobs from re-executing indefinitely (#3886)
Handle Schedule::At jobs in reschedule_after_run by disabling them
instead of rescheduling to a past timestamp. Also add a fallback in
persist_job_result to disable one-shot jobs if removal fails.

Closes #3868
2026-03-18 11:03:44 -04:00
..
mod.rs fix(cron): add --agent flag to CLI cron commands to bypass shell security validation 2026-03-15 14:26:45 -04:00
schedule.rs Implement cron job management tools and types 2026-02-17 17:06:28 +08:00
scheduler.rs fix(cron): prevent one-shot jobs from re-executing indefinitely (#3886) 2026-03-18 11:03:44 -04:00
store.rs fix(cron): prevent one-shot jobs from re-executing indefinitely (#3886) 2026-03-18 11:03:44 -04:00
types.rs feat(security): add capability-based tool access control 2026-03-15 19:34:34 -04:00