You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.
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: