Features: 1) Add HEALTHCHECK_CELERY_PING_TIMEOUT setting with default value.;

Fixes: (none);

Extra: (none);
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-22 15:32:21 +03:00
parent 30326042b5
commit 9347ce1767

View file

@ -327,6 +327,8 @@ 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]] = {