lenboo opened a new issue #3973:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3973


   now the depend task would failed when  dependent tasks have not been 
started. in this case, the execution time of the dependent task needs to be 
calculated manually.
   so I suggest that it should be changed to wait for the execution of the 
dependent task to finish, it does not matter whether the dependent tasks have 
been started or not. 
   On the other hand, we can use the timeout feature to provide it to people 
who need to limit the dependent task waiting time.
   
   
   目前当被依赖的任务没有启动的时候,依赖任务会直接失败,这种情况需要人为计算被依赖任务的执行时间。
   所以我建议修改为一直等待被依赖任务执行结束,被依赖任务有没有启动就不重要了。
   另一方面,我们可以提供超时时间这个功能给有需要限制等待时间的人们


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to