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

Add backpressure mechanism #3

Open
jamebs opened this issue Mar 24, 2021 · 0 comments
Open

Add backpressure mechanism #3

jamebs opened this issue Mar 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jamebs
Copy link
Contributor

jamebs commented Mar 24, 2021

What?

We would like to add an ability to limit the number of processed and blocked results.

Why?

This will eliminate overflow error when the first group is processing much faster than the second one.

How?

By adding a new group's option which will set upper limit of blocked results. When the group reaches the limit, it must wait until the number of blocked results is reduced to begin processing a new request. The option/mechanism will be disabled by default

@jamebs jamebs added the enhancement New feature or request label Mar 24, 2021
@jamebs jamebs added this to the version 0.2 milestone Mar 24, 2021
@jamebs jamebs removed this from the version 0.2 milestone Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant