Add healthcheck endpoint for web (#11770)
parent
e445a8af64
commit
d7268befa8
@ -0,0 +1,6 @@
|
||||
HealthCheck.setup do |config|
|
||||
config.uri = 'health'
|
||||
|
||||
config.standard_checks = %w(database migrations cache)
|
||||
config.full_checks = %w(database migrations cache)
|
||||
end
|
Loading…
Reference in new issue