+1
STATUS.md
+1
STATUS.md
···
61
61
- increased `pool_size` from 5 → 10 (handle more concurrent cold start requests)
62
62
- increased `max_overflow` from 0 → 5 (allow burst to 15 connections)
63
63
- increased `connection_timeout` from 3s → 10s (wait for Neon wake-up)
64
+
- disabled scale to zero on production compute (`suspend_timeout_seconds: -1`) to eliminate cold starts entirely
64
65
65
66
**related**: this is a recurrence of the Nov 17 incident. that fix addressed the queue listener's asyncpg connection but not the SQLAlchemy pool connections.
66
67