P R A S H A N T
P R A S H A N T

Reputation: 122

Quartz Scheduler stops working when web page is Idle

When web page is loaded scheduler starts working just fine but when there is no task running in web page or when web page is in idle state the Quartz Scheduler stops working.

Upvotes: 2

Views: 1092

Answers (1)

Bhupesh Khandelwal
Bhupesh Khandelwal

Reputation: 81

To resolve this follow the below steps:

  1. Open IIS server
  2. Go to Application Pools
  3. Select the Application Pool of your app
  4. Click on Advanced Settings on the right panel.
  5. Inside the Advance Settings pop up set "Idle Time-out (minutes)" to 0.

Upvotes: 3

Related Questions