首页 > 其他 > 详细

hangfire enqueued but not processing(hangfire 定时任务入队列但不执行)

时间:2019-01-22 01:08:31      阅读:906      评论:0      收藏:0      [点我收藏+]
 不生效的方法
//RecurringJob.AddOrUpdate<FamilyAppService>((s) => s.UpdateFamilyLevel(), input.CronExpression, TimeZoneInfo.Local, "crontab_update_family_level_900001");

  去掉时区和名字之后就好了,暂不清楚原因,应该是我对这个方法的后面这两个参数理解的有问题。

   RecurringJob.AddOrUpdate<FamilyAppService>((s) => s.UpdateFamilyLevel(), input.CronExpression);

  

hangfire enqueued but not processing(hangfire 定时任务入队列但不执行)

原文:https://www.cnblogs.com/zinan/p/10301664.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!