Schedule Job vs triggered Job, which will run first?

Hi,
I have a small doubt on Triggers.
We have a dispatcher runs for every one hour and will add the Queue Items to different performers which runs on Queue based Triggers.
My doubt is, if the Queue based triggers and scheduled jobs are in pending state, which will run first? lets say, one bot is running now and is about to complete in 10 min which is the same exact time when schedule bot should start, but if there is already one more bot is in Pending state which is queue based job, which process will run first?

TIA
Santhosh

@Santhosh_Hyd It depends on which one got triggered first. Lets say, if your queue trigger got triggered before the scheduled trigger, the bot will process the queue trigger job. It is same for vice versa.

First come , first serve.

2 Likes