This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
1f5ecf916e
gitlab-org--gitlab-foss
/
config
/
initializers
/
health_check.rb
4 lines
97 B
Ruby
Raw
Normal View
History
Unescape
Escape
Set the standard health_check options to include the cache check.
2016-05-05 15:25:02 -04:00
HealthCheck
.
setup
do
|
config
|
Support token header for health check token, and general cleanup of the health_check feature.
2016-05-11 20:27:08 -04:00
config
.
standard_checks
=
[
'database'
,
'migrations'
,
'cache'
]
Set the standard health_check options to include the cache check.
2016-05-05 15:25:02 -04:00
end
Copy permalink