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

Cancel builds when shutting down. #9

Closed ejholmes closed 9 years ago

ejholmes commented 9 years ago

This does 2 things:

  1. It times out builds that exceed 20 minutes.
  2. It cancels all builds that are processing when SIGINT or SIGTERM is received by the process.

Closes https://github.com/remind101/conveyor/issues/8

phobologic commented 9 years ago

:+1: