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

Cloud Deployment: Fix MVD cloud deployment health check failure #217

Closed cpeeyush closed 2 years ago

cpeeyush commented 2 years ago

What this PR changes/adds

Cloud deployments are failing during health check steps. So far what we have observed that it is due to Azure Container Instance taking longer to start up or getting restarted initially which make the curl health check call to fail.

curl is supposed to be retyring in such scenario but it doesn't retry in case of a connection is reset by peer (more in the linked issue). To overcome these two things are added in this PR:

Further notes

Linked Issue(s)

Links #215

Checklist