Hi everyone,
I dont see many questions about this. How do we keep HangFire server always running in IIS?
I have tried many ways with IIS configuration but does not seem to work.
There is a documentation at
http://docs.hangfire.io/en/latest/deployment-to-production/making-aspnet-app-always-running.html
But How to setup these things on .Net Core version?
Thanks
YES THIS
On IIS;
This is for IIS 8.5 version. I didn't try but i guess it will also work on IIS 7.5 and above.
Hi @aligenc ,
I met the same problem, setting in this way did not take effect.
Windows Server 2016 & IIS 10
Duplicate of #1022.
Hi @thinkif ,
I have the same issue. I just want to ask if did you already resolved your problem? Thanks.
@cog0000d
Use task scheduler to trigger specific pages on a regular basis, with curl command.
This way is simpler than modifying system settings.
So we use hangfire to avoid task scheduler and then use task scheduler to run hangfire? 馃槀
Most helpful comment
So we use hangfire to avoid task scheduler and then use task scheduler to run hangfire? 馃槀