Stop jobs on specific job start

Hi Forum,

I’m wondering if it’s possible to stop/resume or kill all jobs currently running on my unattended machine (physical desktop pc), when a certain job needs to start? I want this job to run instantly at all times, thus i need all other jobs to stop when this specific job is triggered.

Kind regards
/MC

Hey @Mads_Commerou

Nope it’s not possible as of now.

May be you can set the Job Priority to High.

Btw is that a background or foreground process ?

Thanks
#nK

1 Like

Adding to what @Nithinkrishna said, it really depends on how are you triggering the process if you have a schedule trigger you can increase the priority and setup dynamic allocation so if all bots are busy it will be assigned to the firs one available.

image

If you’re using a queue trigger, is best to set up the transactions with high priority and assign a value to the deadline when you create the transactions.

image

basically, you need to play around with your architecture

2 Likes

It will be a foreground process running. As are all other processes on that specific machine.

Okay then I think we are n dead end :neutral_face:

1 Like

Hello @Mads_Commerou

Did you try setting the job priority to High? If not give it a try…

Thanks

1 Like

I didn’t think of this. I will try thank you :slight_smile: