deis / builder

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

Allow git pushes to respond with an informative failure message #183

Open arschles opened 8 years ago

arschles commented 8 years ago

If a downstream dependency of builder is not reachable, git pushes should respond with an informative error message to the user. Since #149 adds probes, and those probes check downstream dependencies, the behavior immediately after that PR is that builder will be shut down by Kubernetes.

The implementation to close this issue will likely be to move the actual health check logic into the builder. There of course may be others.

Ref https://github.com/deis/builder/pull/149#issuecomment-184861922

Cryptophobia commented 6 years ago

This issue was moved to teamhephy/builder#33