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

Improve health checks for Bob #28

Closed
lispyclouds opened this issue Mar 6, 2019 · 2 comments
Closed

Improve health checks for Bob #28

lispyclouds opened this issue Mar 6, 2019 · 2 comments

Comments

@lispyclouds
Copy link
Member

lispyclouds commented Mar 6, 2019

Check all sub systems on GET /api/can-we-build-it

Checks:

  • Docker is reachable and anwsers positively on ping
  • H2 is operational
@TimoKramer
Copy link
Member

I would use a 503 as return code when the health check failed since it seems the best fit (https://tools.ietf.org/html/rfc7231#section-6.6.4) 5xx are server failures and 503 is service unavailable.

@lispyclouds
Copy link
Member Author

sounds good!

TimoKramer added a commit to TimoKramer/bob that referenced this issue Aug 30, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Aug 30, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 2, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 2, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 2, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 2, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 2, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 8, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 8, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 8, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 8, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 8, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 8, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 10, 2019
- Addresses bob-cd#28
- constantly instead of anonymous functions
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 10, 2019
- Addresses bob-cd#28
- not only the first failing system is returned
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 10, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 10, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 10, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 10, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 10, 2019
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 10, 2019
- Addresses bob-cd#28
- constantly instead of anonymous functions
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 10, 2019
- Addresses bob-cd#28
- not only the first failing system is returned
TimoKramer added a commit to TimoKramer/bob that referenced this issue Sep 10, 2019
- Addresses bob-cd#28
- not only the first failing system is returned
- logging implemented
lispyclouds pushed a commit that referenced this issue Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants