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

Update ejholmes/cloudwatch to latest version. #59

Closed ejholmes closed 8 years ago

ejholmes commented 8 years ago

Fixes https://github.com/remind101/conveyor/issues/58

Basically, the goroutine that read the log events would return when there was any error, causing any subsequent calls to Read to just loop forever. Fixed by https://github.com/ejholmes/cloudwatch/pull/4

phobologic commented 8 years ago

:+1: