pub async fn recreate_scheduler( worker_id: &str, trigger: Arc<Notify>, interval: Duration, instant: bool, ) -> EResult<()>
Will return Err if failed to recreate the worker
Err