You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a platform engineer, I want rate limiting handled by a shared `penguin-limiter` library so that REST, gRPC, and H3 endpoints share consistent limiting logic across all Penguin Tech services.
Background
Elder currently has ad-hoc rate limiting in two places:
User Story
As a platform engineer, I want rate limiting handled by a shared `penguin-limiter` library so that REST, gRPC, and H3 endpoints share consistent limiting logic across all Penguin Tech services.
Background
Elder currently has ad-hoc rate limiting in two places:
A new shared library `penguin-limiter` should be created in `penguin-libs` and Elder should be migrated to use it.
Acceptance Criteria
Notes