deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

print progress bar or waiting periods #268

Closed smothiki closed 8 years ago

smothiki commented 8 years ago

Right now if the image size is too large like slugrunner or slugbuilder or a dockerfile build which builds a really large image. We are not printing any thing to the ssh session once the build hook to controller is done and waiting for a response code. This makes the ssh session empty and occurs in a loadbalancer response time out. Which results in unnecessary remote end hung errors .

vdice commented 8 years ago

FYI behavior as a result of this bug can be seen in https://github.com/deis/builder/issues/267