summaryrefslogtreecommitdiff
path: root/service/health
AgeCommit message (Collapse)Author
2021-01-11Update CIValery Piashchynski
Format imports and code Distinct internal and app errors
2020-03-26Update servers timeouts and max header sizes [health, metrics]Valery Piashchynski
2020-03-21Update GHA, go1.14 vendored modeValery Piashchynski
Update Makefile, add go vendor (go 1.14 + php hack) Update usage of new json package
2020-03-20Replace std json package with github.com/json-iterator/goValery Piashchynski
2019-12-23- port rotationsWolfy-J
2019-12-23- test fixesWolfy-J
2019-10-12- stabilizing unhealthy testsWolfy-J
2019-10-12- polishing health service testsWolfy-J
- adding auto-CS tools
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]>