Skip to content

Allow Gitaly N+1 calls for RootController#index

Thong Kuah requested to merge root_controller_gitaly_allow_n_1 into master

What does this MR do?

Allow developers to load GitLab root page locally without errors. Since we know this issue for a while now, no point letting the exception be triggered constantly.

See also https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/gitaly.md#toomanyinvocationserror-errors

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/37434

https://gitlab.com/gitlab-org/gitlab-ce/issues/40260

Does this MR meet the acceptance criteria?

Edited by Thong Kuah

Merge request reports