Age | Commit message (Collapse) | Author | |
---|---|---|---|
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]> |