CronNET
CronNET copied to clipboard
CronNET in Web Api
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.
I'm currently weighing this against Hangfire for my web api project
be careful about the webapi (if you host on iis). worker process goes down after idle time expiry.
Yeah, saw that. Working on resolving that