Peripli / service-manager

Service Manager Core
Apache License 2.0
69 stars 28 forks source link

I320494 introduce redis #781

Closed nirbenrey closed 1 year ago

nirbenrey commented 1 year ago

Motivation

The Service Manager rate limiter is implemented in memory. This means that the actual limit is #SM-APPS multiplied by the configured limit.

Approach

Use Redis as a distributed cache layer for the rate limiting.