I have a scenario where the queue item should be “abandoned” if it is not processed within the first 30 minutes of adding to queue. In the default setting, an item is abandoned if it is not processed for 24 hours. Can we change that setting and reduce the time to 30 min or 1 hour? Any workaround without using the bot to do this or checking the time of insertion and abandon it before processing is much appreciated.
2 Likes
Hi, did you find a solution to your question?
Thanks!
In Web.config file (
C:\Program Files (x86)\UiPath\Orchestrator`), change the value for the parameter “InProgressMaxNumberOfMinutes” to whatever value you want.By default it will be 1440 minutes(24 hrs)