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

Throttling when idle #21

Closed
benstadin opened this issue May 29, 2020 · 1 comment
Closed

Throttling when idle #21

benstadin opened this issue May 29, 2020 · 1 comment

Comments

@benstadin
Copy link

Is it possible to throttle CPU usage when the queue is basically idle? Like exponentially increase pause time until some upper limit in case no data is inflight?

@max0x7ba
Copy link
Owner

There currently no such functionality.

When a consumer calls try_pop and it returns false you can then pass the control flow to your throttling policy.

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

2 participants