pulp / pulp-openapi-generator

GNU General Public License v2.0
4 stars 24 forks source link

Poll api to stabilize script #89

Closed dosas closed 9 months ago

dosas commented 9 months ago

When running the generate.sh script with oci-env inside CI environment I was having issues that despite oci-env poll the api was sometimes not reachable or yielded strange results.

This polling fixed it for me and made it more stable.

dkliban commented 9 months ago

@dosas is this change still needed or was this an environmental issue for you?

dosas commented 9 months ago

@dkliban Without this change I cannot generate clients reliably in CI using oci env. But if I'm the only one experiencing these problems ...