Commit 394b54b
fix: use WEB_CONCURRENCY env var for gunicorn workers
Replace hardcoded `-w 2` with `${WEB_CONCURRENCY:-1}` to allow
runtime control. Default to 1 worker to avoid SQLite concurrent
access race during lifespan startup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1ba297f commit 394b54b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments