Skip to content

Commit 7393710

Browse files
authored
Merge pull request #395 from broadinstitute/dp-delivery
allow one retry for gisaid upload
2 parents 36a4072 + 588ad7d commit 7393710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipes/WDL/tasks/tasks_sarscov2.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,6 @@ task gisaid_uploader {
560560
memory: "2 GB"
561561
cpu: 2
562562
disks: "local-disk 100 HDD"
563-
maxRetries: 0
563+
maxRetries: 1
564564
}
565565
}

0 commit comments

Comments
 (0)