This repository was archived by the owner on Apr 30, 2026. It is now read-only.
Commit 33247dc
Fix MCP session 404s: reduce to 1 gunicorn worker
MCP sessions are in-memory per worker. With 2 workers, requests
round-robin and ~50% hit the wrong worker, returning 404. Claude Code
retries but this causes intermittent disconnects.
1 worker is sufficient for 5 users. Blue-green restarts handle
zero-downtime deploys. Also fixes misleading _connect_garmin hint.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 37b3e60 commit 33247dc
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments