jenkinsci / ghprb-plugin

github pull requests builder plugin for Jenkins
https://plugins.jenkins.io/ghprb/
MIT License
507 stars 612 forks source link

Sending status after the build to Github takes much longer #727

Closed guruvamsichintala closed 5 years ago

guruvamsichintala commented 5 years ago

In the pull request builds, sending status after the build, to Github takes much longer now. Sometimes it even takes 10 minutes waiting for the status to be reported.

chrislovecnm commented 5 years ago

We are noticing this as well. Any ideas on the change?

bjoernhaeuser commented 5 years ago

This could only happen if either the github API are slow or the token/user is currently rate limited and the plugin is waiting for the rate limit to recover. Whats your case?

chrislovecnm commented 5 years ago

@bjoernhaeuser we have not seen this for awhile. Feel free to close

bjoernhaeuser commented 5 years ago

Thank you!