QuartzNet暂停恢复会执行多次的问题解决
' var config = new System.Collections.Specialized.NameValueCollection { { “quartz.jobStore.misfireThreshold”, “500” } }; await new StdSchedulerFactory(config)。GetScheduler();'
我们只需要加上这一个配置就可以,官方的配置是默认60秒,我们改成500毫秒,或者更低,来确保容忍度较为低,如果你是每10ms刷新一次 那么你就改成5ms就可以了
有任何疑问欢迎留言, QuartzHelper帮助类在我博客里有,