Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit disables the AWS Batch spot auto-retries. 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 AWS 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 AWS Batch. User can still enable this capability by setting the following option: ``` aws.batch.maxSpotAttempts = n ``` where n is a integer > 0 Signed-off-by: Paolo Di Tommaso <[email protected]> Signed-off-by: Ben Sherman <[email protected]> Co-authored-by: Ben Sherman <[email protected]>
- Loading branch information