CronNET icon indicating copy to clipboard operation
CronNET copied to clipboard

CronNET in Web Api

Open aleveri opened this issue 7 years ago • 3 comments

Hi,

Please, I need some guide how to implement a CronJob with async methods in WebApi, I tried put it in startup, but OWIN configure is non-async.

Thanks in advance.

aleveri avatar Jan 19 '18 18:01 aleveri

I'm currently weighing this against Hangfire for my web api project

nickdex avatar Jun 07 '18 07:06 nickdex

be careful about the webapi (if you host on iis). worker process goes down after idle time expiry.

mir-dhaka avatar Nov 06 '18 11:11 mir-dhaka

Yeah, saw that. Working on resolving that

nickdex avatar Nov 06 '18 11:11 nickdex