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

rate limiter: add #487

Merged
merged 5 commits into from
Nov 27, 2023
Merged

rate limiter: add #487

merged 5 commits into from
Nov 27, 2023

Conversation

setval
Copy link
Contributor

@setval setval commented Feb 6, 2022

There was a need to limit the number of requests coming to the servers. In order not to catch the anti-flood, an implementation has been made that allows you to limit the number of outgoing requests by n times per second.

Closes #268

@demget demget added this to the v3.1 milestone Apr 23, 2022
@demget demget modified the milestones: v3.1, v3.2 Oct 4, 2022
@demget demget mentioned this pull request Nov 19, 2023
@demget demget modified the milestones: v3.2, v3.3 Nov 19, 2023
@demget demget changed the base branch from v3 to v3-268/rate-limiter November 27, 2023 17:53
@demget
Copy link
Collaborator

demget commented Nov 27, 2023

Changed a base to the custom branch to add the changes and features. Thank you, @setval.

@demget demget merged commit eb881a6 into tucnak:v3-268/rate-limiter Nov 27, 2023
@ysomad
Copy link

ysomad commented Feb 17, 2024

Is there any chance it will be released soon? Really missing this feature

@demget demget modified the milestones: v3.3, v3.X Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

proposal: api: implement the rate limiter
3 participants