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

Implement flow control for node API #240

Open
awfm9 opened this issue Aug 31, 2022 · 1 comment
Open

Implement flow control for node API #240

awfm9 opened this issue Aug 31, 2022 · 1 comment

Comments

@awfm9
Copy link
Contributor

awfm9 commented Aug 31, 2022

Currently, when we get 429 errors, the node API is generally hammered with a whole bunch of additional requests due to the concurrent nature of the multiple NSQ consumers. It would be better to have these executed with a certain flow control (maximum rate), so that we can actually minimize the exponential back off and have better throughput.

@awfm9
Copy link
Contributor Author

awfm9 commented Aug 31, 2022

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