distribution/cmd/registry
Stephen J Day 6ba799b69e Provide simple storage driver health check
To ensure the ensure the web application is properly operating, we've added a
periodic health check for the storage driver. If the health check fails three
times in a row, the registry will serve 503 response status for any request
until the condition is resolved. The condition is reported in the response body
and via the /debug/health endpoint.

To ensure that all drivers will properly operate with this health check, a
function has been added to the driver testsuite.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-08-11 11:50:52 -07:00
..
config-cache.yml Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
config-dev.yml Rename dev-config.yml and example-config.yml to config-dev.yml and config-example.yml 2015-07-30 15:51:50 -07:00
config-example.yml Fix earlier commit to enable upload purging in example config file 2015-07-30 17:32:35 -07:00
main.go Provide simple storage driver health check 2015-08-11 11:50:52 -07:00
rados.go Storage Driver: Ceph Object Storage (RADOS) 2015-05-20 01:44:34 +00:00