feat: add pause/unpause functionality for scheduled jobs (#2698)

This commit is contained in:
Max Novich
2025-05-28 12:20:03 -07:00
committed by GitHub
parent feb7b15c76
commit ea6a7a7847
10 changed files with 484 additions and 20 deletions
@@ -33,6 +33,7 @@ pub async fn handle_schedule_add(
cron,
last_run: None,
currently_running: false,
paused: false,
};
let scheduler_storage_path =