Loading
feat(rate_limit): add :skip rule action
A matched :skip rule terminates evaluation and allows without any Redis
operation. Bypass rules no longer cost an INCR per request; the match
stays observable via calls_total{action="skip"}.
Part of gitlab-com/gl-infra/production-engineering#29052