Welcome to mirror list, hosted at ThFree Co, Russian Federation.

health_check.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 959daa93f78c629bf7c93749c824eec0ca0eb325 (plain)
1
2
3
4
HealthCheck.setup do |config|
  config.standard_checks = %w(database migrations cache)
  config.full_checks = %w(database migrations cache)
end