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

Shutdown builds when conveyor shuts down. #8

Closed ejholmes closed 9 years ago

ejholmes commented 9 years ago

Docker is gonna SIGKILL the process after 10-30 seconds so the best thing to do is probably kill the builders. Should just use context.Context to do this and maybe set a deadline at the top to timeout long builds from running forever.