Recover stalled database connections and skip unreachable chat recipients
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-13 20:21:20 +09:00
parent 8094cbb8f7
commit d5a9c13b68
10 changed files with 122 additions and 14 deletions

View File

@@ -14,6 +14,8 @@ DATABASE_URL=postgresql+asyncpg://lottery_user:your_strong_password_here@postgre
COMPOSE_PROFILES=local-db
REDIS_URL=redis://redis:6379/0
FSM_TTL_SECONDS=86400
# Short connection lifetime verified against the production network.
DB_POOL_RECYCLE=15
# ID администраторов (через запятую)
ADMIN_IDS=123456789,987654321