bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

Add a 5 second grace period when stopping the bazooka containers #268

Closed jawher closed 9 years ago

jawher commented 9 years ago

In order to fix spurious mongoldb data corruption which can occur with no grace.

The server component was also modified to listen to and handle the SIGTERM signal docker sends to containers when stopping them, to avoid blocking for the duration of the grace period before stopping.

julienvey commented 9 years ago

:+1: