Skip to content

limithandler: enable max queue wait time

John Cai requested to merge jc-max-queue-wait-time into master

Concurrency queues can grow boundlessly. This can lead to production incidents. Add a timeout for how long a request can remain in a concurrency queue for.

Changelog: added

addresses: https://gitlab.com/gitlab-org/gitaly/-/issues/4001

Edited by John Cai

Merge request reports