-
Stan Hu authored
By default, the Retriable gem sets a max_elapsed_time to 15 minutes. This can result in large transfers to Google Cloud Storage being aborted prematurely rather than being retried. Raise the max timeout from 15 minutes to 60 minutes with a monkey patch extracted from https://github.com/googleapis/google-api-ruby-client/pull/8106. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/349425 Changelog: fixed
4fe77a6a