Solution
We recommend
upgrading your Bizagi Scheduler to version 2.0. For more information
about how to upgrade, refer to https://help.bizagi.com/bpm-suite/en/index.html?scheduler2_0.htm.
Otherwise, as a
workaround, configure the scheduler as a cluster with a single node
adding the following keys in the BizAgi.Scheduler.Services.exe.config
file located in C:\Bizagi\Projects\[ProjectName]\Scheduler
folder.
<add key = "SchedulerClusterID"
value = "1" />
<add key =
"SchedulerClusterSize" value = "1" />
|