Scheduler overview

The Scheduler allows you to specify when the specified task will be run. This is useful when you want some tasks to be run automatically in a specific time or time period. You can configure the scheduled tasks in Site Manager -> Administration -> Scheduled tasks.

 

 

 

Scheduling reliability

 

Since the scheduling process runs within the ASP.NET process, it may not be executed if your web site is not running. This happens when the process is recycled without being started again (after a long period of web site inactivity). It means that your scheduled tasks will not be executed in such cases.

 

If you want to run the scheduling reliably, it's necessary to ensure that your web site is always running. You can do that by using some utility or an external service that requests the home page of your web site on a regular basis.