summaryrefslogtreecommitdiff
path: root/service/health/service.go
AgeCommit message (Collapse)Author
2020-10-13Initial commit of RR 2.0v2.0.0-alpha1Valery Piashchynski
2020-03-26Update servers timeouts and max header sizes [health, metrics]Valery Piashchynski
2019-12-23- test fixesWolfy-J
2019-10-12adds a health service for determining the status of the workersAlex Price
This commit adds a health service which ensures that at least one worker is active. Uses `isActive()` to determine if the worker is ready. The health service runs on a seperate address. Will return a HTTP 200 if health, HTTP 500 otherwise. Fixes #192 Signed-off-by: Alex Price <[email protected]>