How to change the value of the queue trigger interval for pending Items

How to change the queue trigger interval for pending items?

Issue Description:
To handle queue items that cannot be processed at the moment they are enqueued, including retried items, once every 30 minutes, a check for unprocessed items is performed by default, and if the triggering condition is met, the trigger is launched once again. The "Queue.ProcessActivationSchedule" parameter is used to adjust the default 30-minute check interval.

Resolution:
This value is set within the "UiPath.Orchestrator.dll.config" file, the default path being C:\Program Files(x86)\UiPath\Orchestrator.

However, the config is used only as the default only when the queue trigger is being created. Once the queue trigger has been created, it is no longer changed by altering the "Queue.ProcessActivationSchedule" parameter.

To change the interval for existing triggers, follow these steps:

  1. Change the config to whatever schedule required
  2. Restart IIS
  3. Delete the queue trigger and recreate it .

1 Like