-
Notifications
You must be signed in to change notification settings - Fork 148
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 common factor for decay #19
base: master
Are you sure you want to change the base?
Conversation
83847ac
to
eab391d
Compare
1 similar comment
Thank you for the PR. As it turns out, we currently support a The way backoff handles parameterization of the wait generators is that any extra keyword arguments supplied in the decorator function declaration are passed to the wait generator at invocation time. For consistency with Untested, but I think the implementation would be:
And to use it you'd pass factor as a keyword arg:
|
@bgreen-litl pls review
factor
decorator to control sleep time unit.