Skip to content

Commit

Permalink
Add default maxRetries to Optimus workflows (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
samanehsan authored Jul 29, 2019
1 parent 306ed62 commit b32be2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion adapter_pipelines/Optimus/options.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"monitoring_script": "gs://hca-dcp-mint-test-data/accessories/monitoring/optimus/monitoring.sh",
"read_from_cache": true,
"backend": "PAPIv2"
"backend": "PAPIv2",
"default_runtime_attributes": {
"maxRetries": 1
}
}

0 comments on commit b32be2b

Please sign in to comment.