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 deadline limiter #151

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bavardage
Copy link

This is essentially a variation on the existing BlockingLimiter.

This can be useful when a number of tasks have to be performed in order to service some other request, and either these tasks must be performed by some deadline or the whole request should be failed.

This is essentially a variation on the existing `BlockingLimiter`.

This can be useful when a number of tasks have to be performed in order
to service some other request, and either these tasks must be performed
by some deadline or the whole request should be failed.
@bavardage
Copy link
Author

@elandau are you the right person to review this?

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

Successfully merging this pull request may close these issues.

None yet

1 participant