Steps
Follow
the next steps in order to keep Timers enabled after they fail to execute the first time they run, and therefore, keep trying to execute.
1.
Open the BizAgi.Scheduler.Services.exe.config file
(located in C:\Bizagi\Projects\[ProjectName]\Scheduler)
using the text editor of your choice.
2.
Within the <AppSettings>
section, add the following key:
<add key="DisableTimersOnError" value="false"
/>
3.
Restart the Scheduler service and the Web Server services and try
again. This should change the behavior.
|