使用Hangfire处理后台任务

Hangfire用法比较简单,个人觉得可以和Quartz框架配合使用。

hangfire比较适合处理基于队列的任务,和延时执行任务。

至于重复和定时任务使用quartz框架可以支持秒级单位的定时任务处理,

hangfire只能到分钟  

参考: https://www.cnblogs.com/Leo_wl/p/7998111.html

http://kuaibao.qq.com/s/20180402G1K91900?refer=cp_1026

https://www.ctolib.com/stulzq-Hangfire-MySql-Core.html

https://www.cnblogs.com/buyixiaohan/p/8377724.html(和quartz.net区别)

https://yq.aliyun.com/articles/229859

原文地址:https://www.cnblogs.com/langhaoabcd/p/10446195.html