You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up from #621 .
In some of the cases, we don't want to fail the whole job even though a dependency times out. For example, if chief succeeded and there is a worker hanging for 1 hour, users can configure the job to still pass.
Introducing the new config of `tony.application.dependency.[X].timeout.after.[GROUP].ignored = true` to solve the #641. When specifying the above conf, it will make this task type untracked.
Follow up from #621 .
In some of the cases, we don't want to fail the whole job even though a dependency times out. For example, if
chief
succeeded and there is aworker
hanging for 1 hour, users can configure the job to still pass.@zuston thoughts?
The text was updated successfully, but these errors were encountered: