feat: add pause/unpause functionality for scheduled jobs (#2698)
This commit is contained in:
@@ -33,6 +33,7 @@ pub async fn handle_schedule_add(
|
||||
cron,
|
||||
last_run: None,
|
||||
currently_running: false,
|
||||
paused: false,
|
||||
};
|
||||
|
||||
let scheduler_storage_path =
|
||||
|
||||
Reference in New Issue
Block a user