diff --git a/evibes/settings/base.py b/evibes/settings/base.py index af6fdbd5..eef93773 100644 --- a/evibes/settings/base.py +++ b/evibes/settings/base.py @@ -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]] = {