Skip to content

Draft: Add throttling for customer dot calls from Sidekiq

Niko Belokolodov requested to merge implement-customer-dot-rate-limiter into main

This MR limit the rate of requests to Customer Dot by trottling the Redis workers making the calls.

The limit is 100/minute max

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/420277

Edited by Niko Belokolodov

Merge request reports