Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-11 | Update CI | Valery Piashchynski | |
Format imports and code Distinct internal and app errors | |||
2020-03-26 | Update servers timeouts and max header sizes [health, metrics] | Valery Piashchynski | |
2020-03-21 | Update GHA, go1.14 vendored mode | Valery Piashchynski | |
Update Makefile, add go vendor (go 1.14 + php hack) Update usage of new json package | |||
2020-03-20 | Replace std json package with github.com/json-iterator/go | Valery Piashchynski | |
2019-12-23 | - port rotations | Wolfy-J | |
2019-12-23 | - test fixes | Wolfy-J | |
2019-10-12 | - stabilizing unhealthy tests | Wolfy-J | |
2019-10-12 | - polishing health service tests | Wolfy-J | |
- adding auto-CS tools | |||
2019-10-12 | adds a health service for determining the status of the workers | Alex 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]> |