Skip to content

loader: Reduce the number of HTTP retries in node loaders

Retrying 5 times with an exponential backoff could turn asleep those loaders for more than 2O minutes so reduce the number of retries to 3 to make the loaders sleep for only a couple of seconds instead.

Merge request reports