newrelic/centurion

deploy:repair doesn't utilize custom health check method

intjonathan opened this issue · 1 comments

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.

😞 Good catch