health_check.rb 156 Bytes EditWeb IDE 1 2 3 4 HealthCheck.setup do |config| config.standard_checks = ['database', 'migrations', 'cache'] config.full_checks = ['database', 'migrations', 'cache'] end