Extend Google Cloud Storage max transfer timeout to 60 minutes
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
Showing
Please register or sign in to comment