标签:tree https queue options test fir proc core 参数
1、更新Hangfire版本到1.7.0,才支持使用按秒循环任务执行var jobOptions = new BackgroundJobServerOptions
RecurringJob.AddOrUpdate("test",()=>writeLog("每20秒执行任务"), "*/20 * * * * *");
2、
修改参数
标签:tree https queue options test fir proc core 参数
原文地址:https://www.cnblogs.com/lyl6796910/p/11940201.html