We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ThrottledWorker
Contex
Limit
Burst
The text was updated successfully, but these errors were encountered:
Ensure a graceful context shutdown. It has to append a shutdown actionTask and block future input with a shutdown error.
Sorry, something went wrong.
Worker uses a flexible queue as buffer providing a function for input actionTask and a function returning a channel for an iteration pattern.
themue
No branches or pull requests
ThrottledWorker
Contex
, aLimit
, and aBurst
as argumentsLimit
is a number of requests per secondBurst
is the number of requests at a timeThe text was updated successfully, but these errors were encountered: