Skip to content

Commit b32be2b

Browse files
authored
Add default maxRetries to Optimus workflows (#159)
1 parent 306ed62 commit b32be2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"monitoring_script": "gs://hca-dcp-mint-test-data/accessories/monitoring/optimus/monitoring.sh",
33
"read_from_cache": true,
4-
"backend": "PAPIv2"
4+
"backend": "PAPIv2",
5+
"default_runtime_attributes": {
6+
"maxRetries": 1
7+
}
58
}

0 commit comments

Comments
 (0)