Github rate limiting should always fail fast#63
Github rate limiting should always fail fast#63samrocketman merged 1 commit intojenkinsci:masterfrom
Conversation
|
#62 merged |
b72163a to
13deca9
Compare
|
@samrocketman rebased. |
|
Ahh this is failing because one of the mocks isn't setup right. Ill take a look. |
|
Okay, I'm also troubleshooting this by trying to replicate the CI environment. |
|
Strange, when I build with:
I get a build success. |
13deca9 to
1917c8a
Compare
…enkins to be unresponsive
1917c8a to
44ee646
Compare
|
@samrocketman OK I fixed this, rebased and squished the commit. |
|
Side effect of this change is that JENKINS-37581 is resolved. |
Cool I'll test that. |
|
Unfortunately, this does not resolve JENKINS-37581. When I attempt to log in after setting and exporting environment variables I get redirected to That doesn't block me from merging this but it doesn't fix JENKINS-37581. |
|
I tested to ensure functionality wasn't negatively affected. +2 from me. |
|
Ahh will have to address environment variables later. |
Requires #62 to be merged.
We see a lot of errors such as https://gist.github.com/michaelneale/d471fd6c1d44f29b94fe380ced8539d1
The Github client should always fail fast so that it never locks up web threads and cause Jenkins to become unresponsive.
PTAL @samrocketman