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

Implement Rate Limit per Rest Client #22

Open
4 tasks done
AlexCatarino opened this issue Mar 14, 2023 · 1 comment
Open
4 tasks done

Implement Rate Limit per Rest Client #22

AlexCatarino opened this issue Mar 14, 2023 · 1 comment

Comments

@AlexCatarino
Copy link
Member

Expected Behavior

Support a rate limit for each endpoint. BinanceFutures has a higher rate limit 300 per 10 seconds (30/s) against 5 messages per second from Binance.

Actual Behavior

There is a single rate limit per endpoint.

Potential Solution

N/A

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue
@AlexCatarino
Copy link
Member Author

Local deployment has a rate limit issue during warm-up

Too Many Requests, Content: {"code":-1003,"msg":"Too many requests; current limit of IP(XX.XX.XX.XX) is 2400

The lookback is around a week, and it requests minute-resolution data.

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

No branches or pull requests

1 participant