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

feat: Implement request queue for incoming requests #4

Open
Prana-vvb opened this issue Oct 17, 2024 · 0 comments
Open

feat: Implement request queue for incoming requests #4

Prana-vvb opened this issue Oct 17, 2024 · 0 comments

Comments

@Prana-vvb
Copy link
Collaborator

Right now, if there is some excess amount of incoming requests, the extra requests are just dropped. Add a request queue to resolve this and store excess requests until they are able to be processed by the servers

  • The queue should obviously be processed in a First In, First Out manner
  • Optionally, provide configuration options for the queue size
@Prana-vvb Prana-vvb changed the title Feature Request: Implement request queue for incoming requests Implement request queue for incoming requests Oct 17, 2024
@Prana-vvb Prana-vvb changed the title Implement request queue for incoming requests feat: Implement request queue for incoming requests Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant