-
Notifications
You must be signed in to change notification settings - Fork 52
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
Find ways to avoid hitting the API limit #124
Comments
It would be useful to log times when we hit the API limit, too. |
I don't see how it could be responsible for #112. |
Okay, I (must've) misread it. It shouldn't cause #112 |
Are we currently going for all events? Because, then, we could associate some set of events to an account - say |
There's no account associated with receiving events. Highfive is in control of which account details are used with each API request it makes. |
This pops in often these days 😭 |
Note: rate limit responses look like a 403 Forbidden response code, with an |
Adding tests for `new_pr`
Possibly alternate between two accounts for each time the webhook is invoked?
The text was updated successfully, but these errors were encountered: