Page 1 of 1

Overlapping of TM1 chores is this possible?

Posted: Tue Mar 01, 2016 11:01 pm
by 7Zark7
Hi All,

We need to run TM1 chores in a particular order. Will the chores run in sequence if executed one after with a 5 second stagger between calls?

We are utilising a chore proc executed via command line and wanted to check whether it would run them in the order they are executed.

Is this the case??

Cheers

Zark

Re: Overlapping of TM1 chores is this possible?

Posted: Wed Mar 02, 2016 9:15 am
by qml
7Zark7 wrote:Will the chores run in sequence if executed one after with a 5 second stagger between calls?
The answer is yes. They will be executed in the order you set for them. It does not however mean that they will finish in that same order. That depends on how long each one takes to finish and whether there are any lock conflicts between these chores that could cause any of them to wait.