Scheduler does not run scheduled jobs automatically
Versions:
4.20,
FAQ number:
147,
Old FAQ number: 5053
Q: The scheduler service is up and running but it does not execute any scheduled jobs, the jobs can only be executed manually in admin mode. What is wrong?
A: The scheduler's site info file is most likely invalid, for some reason. To fix this, do the following:
1. Stop the scheduler service.
2. In the "c:\progam files\episerver.scheduler" directory, rename the file EPiServer.SchedulerService.Sites.xml as EPiServer.SchedulerService.Sites.xml_old.
3. Start the scheduler service.
4. Restart IIS.
5. Browse to the site (the site connects to the scheduler when it is initialized). Automatic scheduling should work now.