sonyxperiadev / gerrit-events

MIT License
47 stars 62 forks source link

[JENKINS-50568] make receive queue max threads configurable #79

Closed mawinter69 closed 5 years ago

mawinter69 commented 6 years ago

use a ThreadPoolExecutor to process the received events. This allows to easily reconfigure the number of threads similar to the GerritSendQueue

mawinter69 commented 6 years ago

For the Jenkins gerrit-trigger plugin, a change is also required to provide a ThreadPoolFactory that is jenkins aware (runs with Jenkins system ACL)