You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/09/02 08:14:47 UTC

[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #3642: [Question] The failed strategy did not take effect

xingchun-chen commented on issue #3642:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3642#issuecomment-685434026


   The failure strategy is for parallel tasks,For example:
   1. task A and task B are in parallel, task C and task A are in series, and task D and task B are in series.
   2. After task A fails, task C will fail, but tasks B and D can continue to execute
   失败策略是针对并行任务的,例如:
   1.任务A和任务B是并行关系,任务C和任务A是串联,任务D和任务B是串联关系
   2.任务A失败后,任务C会失败,但任务B、D可以继续执行


----------------------------------------------------------------
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:
users@infra.apache.org