Skip to content

Throttle API requests based on user permissions #1909

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

keshav-space
Copy link
Member

@keshav-space keshav-space commented Jun 11, 2025

Anon users are throttled at 3600 requests/hour, authenticated users without any specific throttling permissions are allowed 10800 requests/hour.
Users may be granted permissions from throttle_3600_hour, throttle_14400_hour, throttle_18000_hour and throttle_unrestricted to adjust rate limits as needed.

Available Throttling Permissions
Screenshot from 2025-06-13 18-39-50

Resolves #1884

Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
@keshav-space keshav-space changed the title Throttle API users based on user group Throttle API requests based on user permissions Jun 13, 2025
@keshav-space keshav-space force-pushed the 1884-api-group branch 2 times, most recently from 27ce397 to 7fb30f2 Compare June 13, 2025 12:24
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Design user group with appropriate permission for API throttling
1 participant