Features: 1) Add HEALTHCHECK_CELERY_PING_TIMEOUT setting with default value.;
Fixes: (none); Extra: (none);
This commit is contained in:
parent
30326042b5
commit
9347ce1767
1 changed files with 2 additions and 0 deletions
|
|
@ -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]] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue