.net core 必学开源项目三

当你需要一个任务调度框架时, core 也提供了很好的支持。从下面的搜索结果可以看出这个框架已经非常流行了。
搜索 结果
hangfire provides a unified programming model to handle background tasks in a reliable way and run them on shared hosting, dedicated hosting or in cloud. you can start with a simple setup and grow computational power for background jobs with time for these scenarios:
mass notifications/newsletters
batch import from xml, csv or json
creation of archives
firing off web hooks
deleting users
building different graphs
image/video processing
purging temporary files
recurring automated reports
database maintenance
…and so on
hangfire is a .net framework alternative to resque, sidekiq, delayed_job, celery.
示意图
示意图
项目地址:https://github/hangfireio/hangfire
项目文档:http://docs.hangfire.io/en/latest/
再次提醒各位同学,点关注不迷路哦!