-
Bug
-
Resolution: Unresolved
-
Major
-
None
The ghprb trigger is blocking the running of other Jenkins scheduled jobs (such as the NodeProvisionerInvoker).
https://gist.github.com/recampbell/ce903e95d846af8ce390
It seems as though there is no timeout for these GitHub API requests, so if they are being blocked due to API quota issues, the entire Jenkins is effectively blocked.
- depends on
-
JENKINS-19622 PeriodicWork can block timer thread; use ScheduledExecutorService instead
-
- Resolved
-
- is related to
-
JENKINS-19103 ghprb slows Jenkins startup to a crawl
-
- Open
-
- relates to
-
JENKINS-54854 Warning when trigger spent to much time in a cron execution
-
- Resolved
-
- links to
I've seen the same behavior as well on our Jenkins servers running GHPRB. This only happens from time to time, and the temporary fix is to reboot Jenkins when this occurs. Would be nice if we could have a timeout for these as recampbell mentioned.