googlegenomics / pipelines-api-examples

Examples for the Google Genomics Pipelines API.
BSD 3-Clause "New" or "Revised" License
50 stars 27 forks source link

Add retries when polling Cromwell for job status. #34

Closed mbookman closed 8 years ago

mbookman commented 8 years ago

Giving up after one broken connection made long-running workflows fragile.

Improves logging output (format now includes timestamps and module name). Adds a short wait before the first attempt to submit a job to Cromwell, as it always failed and emitted a message before retrying.

Remove the use of the "-f" flag in "docker tag" in the README instructions. The "-f" flag has been removed in docker v1.12.0.

deflaux commented 8 years ago

LGTM