Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a task deployed in TMC which is running after every 5 mins. I need to ensure that the next instance of this task should not run before the previous instance is completed. How can it be configured in TMC?
Hi
You can disable the option "allow parallel execution of the task". Thus, if previous execution is still running, next one will be marked as failed because another instance was already running.
Regards
Shong
Hi
This option is already disabled in TMC.
But I could see if the task is running for more than 5mins, the next tasks gets triggered and will be in Pending state and sometimes gets into running state as well.
Is there any way I could do configuration in TMC in such a way that the task should be scheduled for every 5 mins but the next instance of the task should be triggered if the previous instance is completed.
I got the following error if the previous instance is still running and isn't completed, the execution will be marked as failed
Regards
Shong
Hi Shong
In my case I am not getting the error like what you are showing.
Instead the next scheduled tasks are getting into Pending state as shown below.
I am using Remote Engine rather than Cloud.
Could you please help on this.
Thanks