jenkinsci / jenkinsci/github-branch-source-plugin
[JENKINS-51930] Executors lock when github api quota is hammered
- Dominant language
- Java
- Stars
- 217
- Forks
- 398
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
Heavily using the github api quota seems to lock executors for a period of time. They are not zombie jobs as they eventually clear out but it takes a while. The jobs themselves run fine when our quota usage is low.
The jobs in the attached screenshot all finished successfully but the executor refuses to unlock for an hour or so afterwards.
I thought that it might be just hanging waiting for the quota to refresh but even after refresh they stay locked with the logs stating that the build has finished.
---
Originally reported by ecsdconner, imported from: Executors lock when github api quota is hammered
Raw content of original issue
Heavily using the github api quota seems to lock executors for a period of time. They are not zombie jobs as they eventually clear out but it takes a while. The jobs themselves run fine when our quota usage is low.
The jobs in the attached screenshot all finished successfully but the executor refuses to unlock for an hour or so afterwards.
I thought that it might be just hanging waiting for the quota to refresh but even after refresh they stay locked with the logs stating that the build has finished.
- environment:
Jenkins 2.107, Ubunutu Xenial 16.04
1 attachment
- [jenkinstest.png](https://issues.jenkins.io/secure/attachment/42858/jenkinstest.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.