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
cap --hosts=<hosthere> staging application:remove_from_nginx
cap --hosts=<hosthere> staging application:serve_from_nginx
Add a health monitor that looks at a file on disk and reports a failure if it exists, so that nginx will fail its health check and pull it out.
Example PR: https://github.com/pulibrary/pdc_describe/pull/1985/files
We're really hoping https://github.com/lbeder/health-monitor-rails/pull/127 will get merged.
https://github.com/lbeder/health-monitor-rails/pull/127
Update the health-monitor-rails gem so it has the new check.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Acceptance Criteria
cap --hosts=<hosthere> staging application:remove_from_nginx
will prevent a node from serving traffic on the load balancercap --hosts=<hosthere> staging application:serve_from_nginx
will allow a node to serve trafficTechnical Implementation
Add a health monitor that looks at a file on disk and reports a failure if it exists, so that nginx will fail its health check and pull it out.
Example PR: https://github.com/pulibrary/pdc_describe/pull/1985/files
We're really hoping
https://github.com/lbeder/health-monitor-rails/pull/127
will get merged.First Step
Update the health-monitor-rails gem so it has the new check.
The text was updated successfully, but these errors were encountered: