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

Introduce Rate Limiter #21

Open
akashchouhan16 opened this issue Sep 28, 2022 · 0 comments
Open

Introduce Rate Limiter #21

akashchouhan16 opened this issue Sep 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request updates

Comments

@akashchouhan16
Copy link
Owner

  • Implement API rate limiter for /problemoftheday api
  • Expected Config
const limitConfig = {
    windowMs: 5*60*1000,                    // 5min window
    max: 7                                 //max no of requests per window
};
@akashchouhan16 akashchouhan16 added enhancement New feature or request updates labels Sep 28, 2022
@akashchouhan16 akashchouhan16 self-assigned this Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request updates
Projects
None yet
Development

No branches or pull requests

1 participant