Features: None;

Fixes: None;

Extra: 1) Remove deprecated `health_check.contrib.celery_ping` from installed apps; 2) Remove unused `HEALTHCHECK_CELERY_PING_TIMEOUT` setting.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-22 15:36:48 +03:00
parent 9347ce1767
commit 8b46c0a2c5

View file

@ -113,7 +113,6 @@ INSTALLED_APPS: list[str] = [
"health_check.storage",
"health_check.contrib.migrations",
"health_check.contrib.celery",
"health_check.contrib.celery_ping",
"health_check.contrib.psutil",
"health_check.contrib.db_heartbeat",
"cacheops",
@ -327,8 +326,6 @@ LANGUAGE_COOKIE_HTTPONLY: bool = True
DATA_UPLOAD_MAX_NUMBER_FIELDS: int = 8888
HEALTHCHECK_CELERY_PING_TIMEOUT: int = 20
ADMINS: list[tuple[str, ...]] = [("Egor Gorbunov", "contact@fureunoir.com")]
STORAGES: dict[str, dict[str, str | int | bool | None]] = {