-
Notifications
You must be signed in to change notification settings - Fork 136
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
sometimes owl bot doesn't run #2204
Comments
Do we know why? Were there a burst of webhook requests at the time when the PR is created? |
@bcoe has some ideas why. |
@SurferJeffAtGoogle we found a bug on some of the repos you linked, which was us failing to report a failed status check when config was invalid (we had slightly off config in some repos). I believe the other failures to run were a result of us missing Webhooks when traffic is bursty, @tmatsuo has addressed this by splitting apart our frontend for OwlBot from our backend job processing. We've tested and have been able to handle 80 jobs concurrently, without any failures. |
On bilge pump duty this morning, I've already seen 5 pull requests where owl bot never ran, so I couldn't merge them.
For example: googleapis/nodejs-service-management#63
These pull requests would already have merged if not for owl bot, so this is slowing us down.
The text was updated successfully, but these errors were encountered: