-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable Google Batch automatic spot retries (#5223)
This commit disables the automatic retry made by Google Batch when a spot instance is reclaimed. The main reasons to disable this capability is: * The same tasks can be re-tried multiple times incurring in significant spending increase with the user is a aware of that * The Google automatic retry re-execute a task in the same working directory because it's not directly managed by nextflow. This can introduce nasty side effects with partial/corrupted data left in a previous execution * There's not log/visual feedback during the pipeline execution, because it's managed directly by Google Batch. User can still enable this capability by setting the following option: ``` google.batch.maxSpotAttempts = n ``` where n is a integer > 0 Signed-off-by: Paolo Di Tommaso <[email protected]>
- Loading branch information
1 parent
f28fcb2
commit aad2153
Showing
3 changed files
with
10 additions
and
7 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