broadinstitute / cromwell-tools

A collection of Python clients and accessory scripts for interacting with the Cromwell
https://cromwell-tools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
22 stars 9 forks source link

Add retry decorator to start_workflows #11

Closed samanehsan closed 6 years ago

samanehsan commented 6 years ago

Use the retry decorator from the tenacity python library to retry the request to start a workflow in Cromwell, with exponentially larger wait times in between requests.