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

There needs to be "retry" around `wait` #62

Open rexwangcc opened 5 years ago

rexwangcc commented 5 years ago

Sometimes when you just submit a workflow, the /status endpoint, which is consumed by the wait command, will return 404 instead of the status of the actual workflow, this will break the wait. We need to add retry logic around the wait command!