deploy:repair doesn't utilize custom health check method
intjonathan opened this issue · 1 comments
intjonathan commented
The deploy:repair
task is not only undocumented, but uses a naive invocation of #http_status_ok?
:
unless method(:http_status_ok?).call(server, port, fetch(:status_endpoint, '/'))
Users with custom health checks can't avail themselves of this useful task.
relistan commented
😞 Good catch