From 22ee47914a499a3a98968db8c51bc83129ff4476 Mon Sep 17 00:00:00 2001 From: Fabio Pitino <fpitino@gitlab.com> Date: Wed, 7 Sep 2022 20:09:05 +0000 Subject: [PATCH] Copy-edit and improve the rate limiting blueprint --- doc/architecture/blueprints/rate_limiting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/architecture/blueprints/rate_limiting/index.md b/doc/architecture/blueprints/rate_limiting/index.md index fcbda1225007..9f8498b72ba2 100644 --- a/doc/architecture/blueprints/rate_limiting/index.md +++ b/doc/architecture/blueprints/rate_limiting/index.md @@ -77,7 +77,7 @@ monitoring capabilities. 1. Build a framework to define and enforce limits in GitLab Rails. 2. Build an API to consume limits in satellite service and expose them to users. -3. Build a GitLab Policy Service in place of the Pipeline Validation Service. +3. Extract the framework into a dedicated GitLab Limits Service. <!-- markdownlint-enable MD029 --> -- GitLab