Closed mawinter69 closed 6 years ago
use a ThreadPoolExecutor to process the received events. This allows to easily reconfigure the number of threads similar to the GerritSendQueue
For the Jenkins gerrit-trigger plugin, a change is also required to provide a ThreadPoolFactory that is jenkins aware (runs with Jenkins system ACL)
use a ThreadPoolExecutor to process the received events. This allows to easily reconfigure the number of threads similar to the GerritSendQueue