docs: note scale to zero disabled for cold start prevention (#424)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>

authored by zzstoatzz.io Claude and committed by GitHub 7d77e3bb d4b6d70e

Changed files
+1
+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