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
{{ message }}
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
Right now, if a monotask fails, some additional, unnecessary monotasks may be run due to the way we handle failures (see the TODO in LocalDagScheduler.failDependentMonotasks()). Fix this.
This is low priority because it only affects performance when tasks fail.
The text was updated successfully, but these errors were encountered:
This was mostly fixed by 5962457, except that we still do not support interrupting other currently-running monotasks. See the TODO in LocalDagScheduler.failDependentMonotasks().
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, if a monotask fails, some additional, unnecessary monotasks may be run due to the way we handle failures (see the TODO in LocalDagScheduler.failDependentMonotasks()). Fix this.
This is low priority because it only affects performance when tasks fail.
The text was updated successfully, but these errors were encountered: