Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ratelimiting plugin #2992

Open
rebeccacremona opened this issue Nov 1, 2021 · 1 comment
Open

Ratelimiting plugin #2992

rebeccacremona opened this issue Nov 1, 2021 · 1 comment
Labels
bug Issue type devops Subcategory priority-low Priority hint

Comments

@rebeccacremona
Copy link
Contributor

rebeccacremona commented Nov 1, 2021

We have, for instance:


@if_anonymous(cache_control(max_age=settings.CACHE_MAX_AGES['single_permalink']))
@ratelimit(rate=settings.MINUTE_LIMIT, block=True, key=ratelimit_ip_key)
@ratelimit(rate=settings.HOUR_LIMIT, block=True, key=ratelimit_ip_key)
@ratelimit(rate=settings.DAY_LIMIT, block=True, key=ratelimit_ip_key)

on the playback page, and similar.

Did it do a darn thing for us, yesterday? Do we even have it on?

@rebeccacremona
Copy link
Contributor Author

I'm not seeing any 429s

@matteocargnelutti matteocargnelutti added devops Subcategory bug Issue type priority-low Priority hint labels Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue type devops Subcategory priority-low Priority hint
Projects
None yet
Development

No branches or pull requests

2 participants