calcom / cal.com

Scheduling infrastructure for absolutely everyone.
https://cal.com
Other
31.95k stars 7.82k forks source link

[CAL-2236] Invoke rate limiters in ratelimit fuctions #10350

Closed sean-brydon closed 5 months ago

sean-brydon commented 1 year ago
          ```suggestion
common: () => new Ratelimit({
 We should invoque the limiters otherwise we're loading all of them instead of only the ones needed. Not a big deal since there's only 3 but a good practice for scaling

_Originally posted by @zomars in https://github.com/calcom/cal.com/pull/10347#discussion_r1272779263_

From SyncLinear.com | CAL-2236

sean-brydon commented 5 months ago

Unkey kinda solved this issue