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:
parent
9347ce1767
commit
8b46c0a2c5
1 changed files with 0 additions and 3 deletions
|
|
@ -113,7 +113,6 @@ INSTALLED_APPS: list[str] = [
|
||||||
"health_check.storage",
|
"health_check.storage",
|
||||||
"health_check.contrib.migrations",
|
"health_check.contrib.migrations",
|
||||||
"health_check.contrib.celery",
|
"health_check.contrib.celery",
|
||||||
"health_check.contrib.celery_ping",
|
|
||||||
"health_check.contrib.psutil",
|
"health_check.contrib.psutil",
|
||||||
"health_check.contrib.db_heartbeat",
|
"health_check.contrib.db_heartbeat",
|
||||||
"cacheops",
|
"cacheops",
|
||||||
|
|
@ -327,8 +326,6 @@ LANGUAGE_COOKIE_HTTPONLY: bool = True
|
||||||
|
|
||||||
DATA_UPLOAD_MAX_NUMBER_FIELDS: int = 8888
|
DATA_UPLOAD_MAX_NUMBER_FIELDS: int = 8888
|
||||||
|
|
||||||
HEALTHCHECK_CELERY_PING_TIMEOUT: int = 20
|
|
||||||
|
|
||||||
ADMINS: list[tuple[str, ...]] = [("Egor Gorbunov", "contact@fureunoir.com")]
|
ADMINS: list[tuple[str, ...]] = [("Egor Gorbunov", "contact@fureunoir.com")]
|
||||||
|
|
||||||
STORAGES: dict[str, dict[str, str | int | bool | None]] = {
|
STORAGES: dict[str, dict[str, str | int | bool | None]] = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue