-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed: * Ensured a dependency from the command section to every input in a task evaluation graph; this will be necessary to properly map input files that aren't referenced by the command by otherwise treated as "used" (e.g. a `bai` file input). This is relevant for future backends that need to map files into containers. * Made the working directory attempt-specific so that if a task fails and a retry is made, a new working directory is used while preserving the previous attempt's working directory. * Expanded upon the comment for the scatter `concurrency` setting. * Changed the task `retries` configuration option to mean the "default" number of retries to use if a task does not specify its own max retries requirement, which is also now respected in task execution. * Added `attempt` to the `ProgressKind::TaskExecutionStarted` variant.
- Loading branch information
1 parent
c1f45d6
commit ec15c62
Showing
17 changed files
with
200 additions
and
95 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
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
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
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
Oops, something went wrong.