Suppose I am creating a batch using a timer. Then, let's say I have another timer doing the same thing. I would like to have two batches instead of one, the one executed after the other.
Now, I know I can make the second timer wait until the execution of the first batch (for e.g. by waiting for a flag turned true at the end of execution of the first batch), still wouldn't it be useful to have some kind of distinct batches? As for e.g. we have a jobID at the httpUtils?
Now, I know I can make the second timer wait until the execution of the first batch (for e.g. by waiting for a flag turned true at the end of execution of the first batch), still wouldn't it be useful to have some kind of distinct batches? As for e.g. we have a jobID at the httpUtils?