adamkewley / jobson

A platform for transforming command-line applications into a job service.
Apache License 2.0
256 stars 20 forks source link

Fix healthcheck API #20

Closed adamkewley closed 6 years ago

adamkewley commented 6 years ago

Internal Jobson production system ran out of disk space, which isn't being handled properly by the current healthcheck API because it's always "failing" (bad logic).

The healthcheck API needs to be fixed to make running in prod easier.