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

Ensure certain slots are reserved for high-priority requests #6

Open
jdesboeufs opened this issue Dec 18, 2024 · 0 comments
Open

Ensure certain slots are reserved for high-priority requests #6

jdesboeufs opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jdesboeufs
Copy link
Member

Under a heavy load of low-priority requests, it may happen that the processing time of high-priority requests increases due to the delay in freeing up the slots consumed by these low-priority requests.

The goal of this feature is to define a number of slots reserved for high-priority requests. By default, this feature would be set to 0.

@jdesboeufs jdesboeufs added the enhancement New feature or request label Dec 18, 2024
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