Archive

Archive for April, 2019

Hangfire – tool for performing long time process in web API

April 16, 2019 Leave a comment

Need a way to perform long time process in web API, so avoiding bottleneck ? Usually we use separate process by creating scheduler. But there is another good alternative in .Net, that is using Hangfire

I’ve been using it, it really useful and so far I’ve no problem with it. It just doesn’t work for HttpContext , but for me it’s not a big deal.

 

 

Categories: .Net, Hangfire Tags: ,