Skip to content

Centurion 1.8.9

Compare
Choose a tag to compare
@intjonathan intjonathan released this 13 Jan 22:30
· 50 commits to master since this release

This fixes a bad behavior in 1.8.8 where setting a custom stop_timeout caused Centurion to give up too soon waiting on the response from Docker. This would result in Excon timeouts during deploys.

The response timeout is now always 120 seconds longer than the Docker stop timeout.

See #171 and #175.