HI Hangfire Team,
I am using Hangfire in production level. Hangfire is not running continues ly … See below i implemented code
Startup.cs
RecurringJob.AddOrUpdate(() => new Service.Service().GetEmployeeDetails(), Cron.Monthly, TimeZoneInfo.Local);
Application Preload
Bootstarper code
Global.asax code
These all above code i impleented in Aps.net mvc solution
And also i setted the settings in Application pool
Manually.also i verified in setting in IIS
…This are all i implemented in my code …
based on below link
http://docs.hangfire.io/en/latest/deployment-to-production/making-aspnet-app-always-running.html
.Give me the solution for above issue. We are using in different enviroment .i will work diffrent
Please provide solution as early as posible.