Replies: 2 comments
-
In my case the task I am going to run for satisfying deps are bit time consuming task takes around 60 secs, but before finishing this task the dependent caller task starts executing, same scenrio applies for serial call, task 1 is time consuming, so before completing task 1 task 2 get called. I expect task2 should start after finishing task1. Any chance we can mention kind of wait time or sleep? |
Beta Was this translation helpful? Give feedback.
-
Burying your examples in a zip file makes it harder for anyone to review them. For other readers, here they are: Taskfile.yml
Taskfile.yaml
My guess would be that your batch file Add |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
In Taskfile, serial calling and deps both not calling other task with their respective sequence, that is serial task not calling next task serially instead concurrently and deps defined task starts running before completing the deps task. Kindly advice here.
Attached both examples.
In my case the task I am going to run for satisfying deps are bit time consuming task takes around 60 secs, but before finishing this task the dependent caller task starts executing, same scenrio applies for serial call, task 1 is time consuming, so before completing task 1 task 2 get called. I expect task2 should start after finishing task1. Any chance we can mention kind of wait time or sleep?
Taskfile.yaml - for serial ex
Taskfile.yml - for deps ex.
ExFiles.zip
Beta Was this translation helpful? Give feedback.
All reactions