duheng
2025-02-11 7e0414c91a51219a92515c90ccb803ebade5613a
WaterPredict/IStation.ChEr.WebApi.Predict/ÈÎÎñ/PredictCronJobHelper.cs
@@ -49,7 +49,6 @@
                .WithSimpleSchedule(x => x.WithIntervalInSeconds(10)
                .RepeatForever().WithMisfireHandlingInstructionNextWithRemainingCount())
                .Build();*/
        //5.加入调度管理器
        await _sched.ScheduleJob(job, trigger);
    }