Keep Timers enabled on error

5 Years Ago
CarolinaM
SCHEDULER AND UNDERLYING SERVICES

Summary

When Timers have execution errors they are automatically disabled. This article explains how to keep Timers enabled when they fail to execute, and therefore they are kept retrying.

Applies to

Bizagi 11.1

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.


Details

Last Modified:5 Years Ago
Last Modified By: Andread
Type: HOWTO
Level: Advanced
Rated 5 stars based on 1 vote
Article has been viewed 5.2K times.

Options