Skip to content

Increase timeouts for Gitaly RPCs

Stan Hu requested to merge sh-set-gitaly-long-timeouts into master

This change increases the timeout of the following RPCs in Sidekiq from 55 seconds to 6 hours:

  • CreateFork
  • CreateRepositoryFromUrl
  • FetchSourceBranch

Prior to !16926 (merged), default_timeout was unlimited for Sidekiq jobs, but now it is 55 seconds. However, the above RPCs can take a long time to run:

image

To avoid timing out prematurely, we increase these values to long timeouts to ensure that they can complete.

Closes gitlab-com/gl-infra/production#1187 (closed)

Edited by Stan Hu

Merge request reports