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: 79e2d23ab2eb9fb3071019734e8a8c1604ce6620 (plain)
1
2
3
HealthCheck.setup do |config|
  config.standard_checks = ['database', 'migrations', 'cache']
end