Features: 1) Add additional health check integrations for Celery, Celery Ping, Redis, and Mail in evibes/settings/base.py;
Fixes: None; Extra: None;
This commit is contained in:
parent
602a59bd84
commit
fbfc432dfd
1 changed files with 4 additions and 0 deletions
|
|
@ -113,8 +113,12 @@ INSTALLED_APPS: list[str] = [
|
|||
"health_check.cache",
|
||||
"health_check.storage",
|
||||
"health_check.contrib.migrations",
|
||||
"health_check.contrib.celery",
|
||||
"health_check.contrib.celery_ping",
|
||||
"health_check.contrib.psutil",
|
||||
"health_check.contrib.redis",
|
||||
"health_check.contrib.db_heartbeat",
|
||||
"health_check.contrib.mail",
|
||||
"cacheops",
|
||||
"django_hosts",
|
||||
"django_celery_beat",
|
||||
|
|
|
|||
Loading…
Reference in a new issue