Clarify healthchecks and dependencies

This commit is contained in:
Jerome Petazzoni
2019-05-24 18:44:41 -05:00
parent 69f9cee6c9
commit b0f01e018c

View File

@@ -24,7 +24,9 @@
- Example: a web server requiring a database connection to operate
(make sure that the healthcheck can report "OK" even if the database is down)
(make sure that the healthcheck can report "OK" even if the database is down;
<br/>
because it won't help us to restart the web server if the issue is with the DB!)
- Example: a microservice calling other microservices