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:
Egor Pavlovich Gorbunov 2025-07-04 06:50:06 +03:00
parent 602a59bd84
commit fbfc432dfd

View file

@ -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",