summaryrefslogtreecommitdiff
path: root/service/health/service_test.go
AgeCommit message (Collapse)Author
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]>