v1.9.0
Improve asynchronous processing for webhooks (#180)
While Bulldozer previously performed merges and updates in separate goroutines, this release moves all webhook processing out of the request handler goroutine. By default, there are 10 workers processing events with a queue size of 100. These values can be adjusted using the workers.workers
and workers.queue_size
configuration properties.