使用Hangfire处理后台任务
阅读原文时间:2023年07月10日阅读:1

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

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器

你可能感兴趣的文章