We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
😞 Good catch
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: