You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make API rate limiter live and complete the pending work. We want a API rate limiter such that for example if the API is hit for 500times and lambda function should be closed and not accept any new requests.
in continuation of issue: #74
Reproducibility
This issue is reproducible
This issue is not reproducible
Severity/Priority
Critical
High
Medium
Low
Additional Information
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
I created issue #111 to deploy it for staging. The production version is currently not working because the limit has been reached and we have not reset the limit or restarted the lambdas.
I have also created issue #113 to add a feature that resets the limit and restarts all the lambdas.
Issue Description
Make API rate limiter live and complete the pending work. We want a API rate limiter such that for example if the API is hit for 500times and lambda function should be closed and not accept any new requests.
in continuation of issue: #74
Reproducibility
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: