feat: implement proper task cancellation for scheduled jobs (#2731)
This commit is contained in:
@@ -34,6 +34,8 @@ pub async fn handle_schedule_add(
|
||||
last_run: None,
|
||||
currently_running: false,
|
||||
paused: false,
|
||||
current_session_id: None,
|
||||
process_start_time: None,
|
||||
};
|
||||
|
||||
let scheduler_storage_path =
|
||||
|
||||
Reference in New Issue
Block a user