Skip to content
Snippets Groups Projects
Commit 4cfb1af0 authored by DJ Mountney's avatar DJ Mountney
Browse files

Set the health_check mailer full checks to be the same as the standard checks

There was nothing additional in the full checks that we want to run (email, custom)
parent 59b5bb03
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,4 +13,5 @@ end
 
HealthCheck.setup do |config|
config.standard_checks = ['database', 'migrations', 'cache']
config.full_checks = ['database', 'migrations', 'cache']
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment