remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

SQS Build Queue #24

Closed ejholmes closed 8 years ago

ejholmes commented 8 years ago

This adds an SQS implementation of the BuildQueue and modifies the cloudformation stack and associated AMI to use SQS by default. ECS is no longer required and scale out is achieved by scaling up the ASG.

Still a WIP. I'll be deploying this into a new stack and swapping us over incrementally as I test.

TODO