Currently, we have a schedule service to restart all the failed delivery tasks in TN. Basically, I want to only have 1 service thread for restarting all the failed tasks. Because if I loop through the failed tasks and call wm.tn.task:restartTask, it will execute all these failed tasks simultaneously. I only want to execute 1 at a time.
Is this possible and have anyone done this before…??
Thanks,
YLO