Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2022-04-12 00:19:14 +0300
committerJohn Cai <jcai@gitlab.com>2022-04-12 01:00:20 +0300
commit521593b48c6728c29741458f0a7112de2a99c915 (patch)
tree0f3df994f30392e7ad42b8ae4022b2ef500915fe
parent3217e4f067bc7c6555485b48d96f1b1151acbecc (diff)
README: Add link to backpressure video
Add a link in the presentations section of the README to a video explaining the different ways to configure request limits (or backpressure) in Gitaly.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 823281479..0d1c348ac 100644
--- a/README.md
+++ b/README.md
@@ -167,6 +167,10 @@ For more information on how to set it up, see the [LabKit monitoring docs](https
## Presentations
+- [How to configure backpressure in Gitaly](https://youtu.be/wX9CtFdLYxE)
+
+ An overview of the knobs in the Gitaly config to set limits on incoming traffic.
+
- [How Gitaly fits into GitLab (Youtube)](https://www.youtube.com/playlist?list=PL05JrBw4t0KqoFUiX42JG7BAc7pipMBAy) - a series of 1-hour training videos for contributors new to GitLab and Gitaly.
- [Part 1: the Gitaly client in gitlab-ce, 2019-02-21](https://www.youtube.com/watch?v=j0HNiKCnLTI&list=PL05JrBw4t0KqoFUiX42JG7BAc7pipMBAy)