Open intjonathan opened 7 years ago
The deploy:repair task is not only undocumented, but uses a naive invocation of #http_status_ok?:
deploy:repair
#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
The
deploy:repair
task is not only undocumented, but uses a naive invocation of#http_status_ok?
:Users with custom health checks can't avail themselves of this useful task.