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

New adaptive flood middleware #59

Open
ilyalatt opened this issue Mar 27, 2021 · 0 comments
Open

New adaptive flood middleware #59

ilyalatt opened this issue Mar 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ilyalatt
Copy link
Owner

Current middleware just waits a random time on each query except files requests. Here it a better idea. Keep a map of (RequestType, CallInfo). CallInfo represents sliding window of calls with size about 1 minute. If we got FloodException then we can count how much requests can be made and calculate delay.

@ilyalatt ilyalatt added the enhancement New feature or request label Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant