Remove threading from brew trigger
Improve and simplify the brew trigger.
Replace the multiple threads spawned with a single threaded application that consumes messages from the amqp-bridge.
- Parallelization is now done by increasing the replicas.
- The trigger is suspended by scaling down the replicas to zero.
Edited by Iñaki Malerba