We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We require rate limiting for both NG and classic query API blueprints. This can be implemented using Flask-Limiter.
public:read
In production we will use a redis backend to share state among replicas of the app.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We require rate limiting for both NG and classic query API blueprints. This can be implemented using Flask-Limiter.
public:read
should be supported at 4/s, using client id as key.In production we will use a redis backend to share state among replicas of the app.
The text was updated successfully, but these errors were encountered: