Change Queue.ProcessActivationSchedule for Automation Suite Orchestrator

How to update Queue.ProcessActivationSchedule for Automation Suite Orchestrator?

To update the Queue.ProcessActivationSchedule, follow these steps:

  1. Update the appsettings.json file with the desired cron expression. For example, to set the schedule to run every 10 minutes, use:"Queue.ProcessActivationSchedule": "0 0/10 * 1/1 *? *"
  2. After adding this parameter, execute the following script:
./orchestrator-configurator.sh -c appSettings.json
  1. Restart the orchestrator. You can verify the update in the ConfigMap by running:
kubectl edit cm orchestrator-customconfig -n uipath
  1. Delete and recreate the queue trigger.