cathive / concourse-chartmuseum-resource

interacts with a Chart Museum instance or Harbor (Kubernetes Helm Charts storage)
Apache License 2.0
14 stars 9 forks source link

Adds retries to immediate fetch after putting chart #14

Closed samrees closed 4 years ago

samrees commented 4 years ago

chartmuseum does not seem to have read-after-write consistency, so we are seeing failures of the immediate fetch after pushing a new chart. Maybe by retrying it (should have a delay?) this can be fixed.

https://github.com/helm/chartmuseum/issues/323

I have no idea if this works, I've never used javascript before. Package seems to ship with a default 100ms delay per retry.