I have created asp.net site with quartz scheduler. The job is running in background and there is no other activity on the site.
Quartz scheduler scheduled for every 30 minutes.
After IIS started, Scheduler is running correctly.
But after some time, Scheduler stopped running (about 1 hour).
If have one or more activity on site as user login or view dashboard then Scheduler runs correctly.
But when have no activity on site it stops running.
How to keep alive my Scheduler for all the times when no activity on site?
P/s: I know my question can be duplicate with other question. But i still ask because i can not comment to ask in answers of other question.
Edit:
Day Running at: 7/14/2016 4:00:00 AM
--
Day Running at: 7/14/2016 4:30:00 AM
--
Day Running at: 7/14/2016 5:00:00 AM
--
Stopped running
--
Day Running at: 7/14/2016 2:00:00 PM
--
Day Running at: 7/14/2016 2:30:00 PM
--
Day Running at: 7/14/2016 3:00:00 PM
--
Stopped running
--