Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add healthchecks #60

Merged
merged 2 commits into from
Jan 8, 2016
Merged

Add healthchecks #60

merged 2 commits into from
Jan 8, 2016

Conversation

mboersma
Copy link
Member

@mboersma mboersma commented Jan 6, 2016

Adds liveness and readiness HTTP probes to the workflow RC manifest deis-dev beta chart.

@mboersma
Copy link
Member Author

mboersma commented Jan 6, 2016

One tradeoff here is increased logging--lots of this in the controller log:

10.246.13.1 "GET /health-check HTTP/1.1" 200 2 "Go 1.1 package http"
10.246.13.1 "GET /health-check HTTP/1.1" 200 2 "Go 1.1 package http"

@bacongobbler
Copy link
Member

hmm... is there a way we can tell django-rest-framework (or Django) to shut off logging for that specific API view?

@bacongobbler
Copy link
Member

we can do that in a followup though. This looks god for now :)

@mboersma
Copy link
Member Author

mboersma commented Jan 8, 2016

I have been tinkering with logging and trying to hide the above messages. I think it is feasible but it is not straightforward. I'll keep trying and make a separate PR when I succeed. See deis/workflow#252.

@arschles arschles added the LGTM2 label Jan 8, 2016
@arschles
Copy link
Member

arschles commented Jan 8, 2016

:shipit:

mboersma added a commit that referenced this pull request Jan 8, 2016
@mboersma mboersma merged commit f5e3326 into deis:master Jan 8, 2016
@mboersma mboersma deleted the add-healthchecks branch January 8, 2016 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants