-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 72d3f90. Why: without non-preemptive retries, especially when we use many workers for make_examples stage such as 64 or 128, there is a high chance one of the workers get preempted more than --attempts. This will cause the whole operation fail. A more efficient recovery would be to have a final retry using non-preemtpive worker to avoid wasting all work done by other workers.
- Loading branch information
Showing
2 changed files
with
41 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters