reanahub / reana-workflow-engine-serial

REANA Workflow Engine Serial
http://reana-workflow-engine-serial.readthedocs.org
MIT License
0 stars 33 forks source link

openapi: manage BravadoConnectionErrors #20

Closed dinosk closed 6 years ago

dinosk commented 6 years ago

Currently, when a connection error occurs in run_serial_workflow at the calls to the [rjc client](https://github.com/reanahub/reana-workflow-engine-serial/blob/master/reana_workflow_engine_serial/tasks.py#L44) the task will not start. By wrapping the calls in a try-except we could catch this exception and retry.