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
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
The text was updated successfully, but these errors were encountered:
Prana-vvb
changed the title
Feature Request: Implement request queue for incoming requests
Implement request queue for incoming requests
Oct 17, 2024
Prana-vvb
changed the title
Implement request queue for incoming requests
feat: Implement request queue for incoming requests
Oct 17, 2024
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 text was updated successfully, but these errors were encountered: