implement an AccessRateLimit plugin via pingora Access struct.
The detailed implementation might be easily composed like present pingap Limiter that uses pingora Rate struct instead of Inflight struct
Be aware of the Rate struct which frequency is per second rate estimation, but we may use human time to convert the access frequency rule to accommodate the Rate struct.
implement an AccessRateLimit plugin via pingora Access struct.
The detailed implementation might be easily composed like present pingap Limiter that uses pingora Rate struct instead of Inflight struct Be aware of the Rate struct which frequency is per second rate estimation, but we may use human time to convert the access frequency rule to accommodate the Rate struct.
Thank you!
-WENPIN