Actions
Feature #42008
closedExpose default Rails health check endpoint "/up" for load balancers and uptime monitoring
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
There is a default health check controller available since rails 7.1 (PR).
Newly generated rails apps automatically expose this at the /up
route (routes.rb.tt). Add this to redmine routes.rb
as well.
Exposing a dedicated health check route makes deployments in containers and behind load balancers more robust and simplifies service monitoring.
Files
Actions