[Fleet] Retry 502 errors from Elastic Package Registry #131505
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Fleet
Team label for Observability Data Collection Fleet team
Kibana version: 8.2, main
Fleet's setup procedure can fail if we receive a transient 502 error from the registry. We should gracefully retry this type of error with some exponential backoff logic up to a max number of retries before failing all of the setup procedure. This can result in an error like:
Currently we rely on either Fleet Server to retry calling setup (which is not always configured to do so) or the user visiting the Fleet UI.
This should only affect instances where the only preconfigured packages are not all bundled packages. In the case of Cloud, all packages we preconfigure there are bundled.
The text was updated successfully, but these errors were encountered: