Orchestrator Schedules Disabled Automatically

Orchestrator Schedule Getting Disabled Automatically.

Issue Description: By default, a trigger gets disabled automatically after 10 failed launches if it has nor been successfully launched in the last day.

Orchestrator has a “Circuit breaker” policy - it disables schedules that are failing consecutively multiple times. The rule is ten consecutive failures in 24 hours.

Resolution:

  1. If the fail thresholds for on-premises instances need to be edited, in the UiPath.Orchestrator.dll.config file on the Orchestrator server, then set both the below mentioned keys to 0(for reference)
  • Triggers.DisableWhenFailedCount and
  • Triggers.DisableWhenFailingSinceDays
  1. Now restart IIS.

More info can be review in the below documentation: Triggers .