Fixes: 1) Remove unused Celery health check dependency.
Extra: Simplify health check configuration by cleaning up unused import.
This commit is contained in:
parent
9b8b54d53b
commit
42657209f8
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ 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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue