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
It can happen that two jobsA and B with A<B are started simultanuously. As soon as A times out, we can kill B.
Even better could be to prevent spawning tasks that depend on each other as much as possible, so we avoid potentially wasting time on a run that is 'shadowed' by a smaller run timing out.
The text was updated successfully, but these errors were encountered:
It can happen that two
jobs
A
andB
withA<B
are started simultanuously. As soon asA
times out, we can killB
.Even better could be to prevent spawning tasks that depend on each other as much as possible, so we avoid potentially wasting time on a run that is 'shadowed' by a smaller run timing out.
The text was updated successfully, but these errors were encountered: