-
Notifications
You must be signed in to change notification settings - Fork 16
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
Labels
Comments
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. |
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
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
Check all sub systems on GET /api/can-we-build-it
Checks:
ping
The text was updated successfully, but these errors were encountered: