BigW Consortium Gitlab

health_check.rb 156 Bytes
HealthCheck.setup do |config|
  config.standard_checks = ['database', 'migrations', 'cache']
  config.full_checks = ['database', 'migrations', 'cache']
end