-
Notifications
You must be signed in to change notification settings - Fork 40k
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 a blocking accept method to RateLimiter #6314
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/. If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits. Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name. |
I'm part of the RedHat CLA. @smarterclayton ptal. |
LGTM |
I think you need to gendocs |
It's breaking on a lot of pulls - I assumed someone else would fix because bens code doesn't change the cli
|
Fair enough, i think it's fixed, i kicked shippable and travis will merge if they finish green |
Looks like the failures are legit:
|
thanks @bprashanth, missed that. updated. |
added a unit test for the new behavior. |
55b4d9e
to
7cf8567
Compare
@smarterclayton @bprashanth the travis errors look flaky and unrelated to my changes, any advice? |
That looks like #6199, i kicked travis, we'll see |
Shippable passing is usually enough. |
add a blocking accept method to RateLimiter
No description provided.