nemccarthy / stash-pullrequest-builder-plugin

A Jenkins plugin for Building Stash Pull Requests
https://wiki.jenkins-ci.org/display/JENKINS/Stash+pullrequest+builder+plugin
Other
64 stars 130 forks source link

Moving check for new Pull Requests into separate thread pool #147

Open kmoco2am opened 6 years ago

kmoco2am commented 6 years ago

Pull Request builder is using Jenkins cron thread to check for new pull requests in Stash and it is causing JENKINS-41336 on large instances. So this is an implementation of the same strategy which is used in Github Pull Request Builder plugin to offload the real check into own thread pool with limited size.

kmoco2am commented 5 years ago

We have the plugin deployed, works properly with the fix and cron is working normally too.

kmoco2am commented 4 years ago

@darxriggs Is there anything I can do to make this PR merged?

darxriggs commented 4 years ago

@kmoco2am I was an ordinary user of this plugin back in 2018 and tried to help make some progress with this pull request. Two years later it looks like the plugin is not maintained anymore.

nemccarthy commented 4 years ago

Sorry @darxriggs & @kmoco2am I'm no longer maintaining this as I no longer use Stash but I understand there are a lot of users. This plugin is being maintained by the upstream jenkis project. https://github.com/jenkinsci/stash-pullrequest-builder-plugin I have asked for volunteers a while back, but if either of you would like to be contributors and maintain this plugin I would be very greatful. Let me know and I'll add you to this repo as there are a few pending PRs

darxriggs commented 4 years ago

Thanks for updating the README accordingly.