zeroclaw/src/cron
Kevin Syong ae3f348a15
fix(scheduler): include failure reason in job failure warning
- Return output string from 'execute_and_persist_job' alongside job id and success flag.
- Include failure reason in 'tracing::warn' when a scheduler job fails.
- Makes failed cron job errors visible in logs without inspecting the database.
2026-02-24 16:03:00 +08:00
..
mod.rs feat(cron): add cron update CLI subcommand for in-place job updates 2026-02-19 15:11:37 +08:00
schedule.rs Implement cron job management tools and types 2026-02-17 17:06:28 +08:00
scheduler.rs fix(scheduler): include failure reason in job failure warning 2026-02-24 16:03:00 +08:00
store.rs test(cron): add shell one-shot regression coverage 2026-02-24 16:02:59 +08:00
types.rs test(crom): add tests for JobType::try_from to handle case-insensitive and invalid values 2026-02-21 02:35:54 +08:00