Skip to content

increase timeout and retry delay

Jelto requested to merge increase-retry-delay into master

docker-gc fails quite often in production with a requests.exceptions.ReadTimeout: UnixHTTPConnectionPool error.

This change increases the timeout and makes the retry less aggressive.

Bug: T350478

Merge request reports