agera-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
0 stars 2 forks source link

MVD cloud deployments failing on health check #215

Closed cpeeyush closed 2 years ago

cpeeyush commented 2 years ago

Description

MVD cloud deployments are failing on connector healt check e.g. https://github.com/agera-edc/MinimumViableDataspace/runs/7495295852?check_suite_focus=true

Current Behavior

So far, the observation is that sometime Azure Container Instance gets restarted and within this period if health check via curl is performed then we get an error curl: (56) Recv failure: Connection reset by peer and here current curl check do not retry even though we have--retry flag specified.

Expected Behavior

curl should retry on intermittent failures as specified.

Possible fix

Upgrade curl version to 7.71.0 to support option --retry-all-errors