Ruan Labuschagne
unread,Mar 11, 2025, 4:16:37 PMMar 11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Roda
Hi all,
How do i go about throttling/rate limiting requests to an endpoint within my Roda webapp?
I looked at Rack/Attack as a viable option, but for it to work out of the box i have to either use ActiveSupport or redis as the cache storing option, I don't really want to introduce more tech into my stack, is there a simple way to do this (Like am i just being dumb and missing something basic) or will i have to write my own custom cache store that is compatible with RackAttack? or is there some plugin for roda that can do this that i am not aware of .