How to implement add a transaction to a queue that is processed in 10 minutes. If something contains a postponed time, it takes 30 minutes to process based on this documentation. How to update ?https://docs.uipath.com/orchestrator/standalone/2020.10/user-guide/queue-triggers
Issue: How to decrease Queue Postpone Time from the default 30 minutes?
Resolution:
- Update the Queue.ProcessActivationSchedule value in the UiPath.Orchestrator.Dll.Config file.
By default, it is set to 30 minutes:
See our documentation regarding Cron Job .
Recommendation: Do not have one-minute time triggers for the number of queues with triggers. It is important to note this as this can impact the performance of your system, especially if there are high volumes of transactions and inserts. It is recommended that the queue activity is monitored closely and optimize the queue configuration accordingly to ensure smooth processing.