Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quartz.Net stopped when IIS app-pool recycle #180

Closed
MuraliM opened this issue Jul 7, 2014 · 3 comments
Closed

Quartz.Net stopped when IIS app-pool recycle #180

MuraliM opened this issue Jul 7, 2014 · 3 comments

Comments

@MuraliM
Copy link

MuraliM commented Jul 7, 2014

I am using Quartz.Net in my asp.net application and we are ending up with IIS recycling and it stops working.

We hosted our application in external hosting provider, so we cannot play with config file explained http://weblogs.asp.net/scottgu/auto-start-asp-net-applications-vs-2010-and-net-4-0-series

Is there a way to automatically make the Quartz.Net alive when IIS restarted/recycled?
Tried following this http://weblog.west-wind.com/posts/2007/May/10/Forcing-an-ASPNET-Application-to-stay-alive . But not working

@lahma
Copy link
Member

lahma commented Jul 19, 2014

This is not an issue with Quartz it's issue with IIS and its behavior. You should try to implement one of the workarounds described in the links or constantly ping you web site to keep it alive.

@lahma lahma closed this as completed Jul 19, 2014
@worthy7
Copy link

worthy7 commented Apr 21, 2017

Hello, 2017 here. From IIS 8, there is a new feature, "Application Initialization" which can be installed server side.
https://blogs.msdn.microsoft.com/vijaysk/2012/10/11/iis-8-whats-new-website-settings/
Install the feature, and it will automatically enable preload on all of your sites.

@lahma
Copy link
Member

lahma commented Apr 30, 2017

Thanks, I've updated FAQ with this, right there at the bottom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants