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

Make API rate limiter live #110

Closed
5 of 10 tasks
MehulKChaudhari opened this issue May 28, 2024 · 1 comment
Closed
5 of 10 tasks

Make API rate limiter live #110

MehulKChaudhari opened this issue May 28, 2024 · 1 comment
Assignees

Comments

@MehulKChaudhari
Copy link
Member

MehulKChaudhari commented May 28, 2024

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

  • 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.
@MehulKChaudhari MehulKChaudhari self-assigned this May 28, 2024
@MehulKChaudhari
Copy link
Member Author

The API rate limiter is already in production.

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.

Therefore, I am closing this issue.

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