Automatically run bots on new queue item

@mdorocicz It’s because by default, the queue trigger checks for new, unprocessed items every 30 minutes. You can change the check interval by adjust this property on Web.Config file: Queue.ProcessActivationSchedule. The property accept value between 0-59. The queue trigger will start a new job when a new item is ADDED to the queue or at that time interval. I hope UiPath updates their documentation for Queue Trigger so users will not be confused about this.

Refer to this post:

3 Likes