Processes called from chore repeat execution
Posted: Wed Aug 13, 2014 5:05 pm
This one is odd. We have a chore that calls upon 13 processes to execute.
The first two are control processes that call other processes to execute. They are in the chore exactly once apiece. However, when the chore runs, it, the chore, executes these 12 times before moving on the third process. Each of the first two chores executes in their entirety dutifully executing their child processes and completing.
So the execution is like this in terms of the processes in the chore: 1-2-1-2...1-2-3-4-5-6-7-8-9-10-11-12-13.
Any ideas on what could possibly cause this behavior? If we run process 1 or process 2 from their own separate chore, no problem.
The first two are control processes that call other processes to execute. They are in the chore exactly once apiece. However, when the chore runs, it, the chore, executes these 12 times before moving on the third process. Each of the first two chores executes in their entirety dutifully executing their child processes and completing.
So the execution is like this in terms of the processes in the chore: 1-2-1-2...1-2-3-4-5-6-7-8-9-10-11-12-13.
Any ideas on what could possibly cause this behavior? If we run process 1 or process 2 from their own separate chore, no problem.