Commit 7fe835a
Mark Saroufim
Remove uvicorn concurrency limit causing 503s
The limit_concurrency=10 was causing widespread 503 Service Unavailable
errors during the AMD hackathon. SSE connections from CLI submissions
hold a slot for the entire GitHub Actions run (10+ minutes), so a
handful of concurrent users would exhaust all 10 slots and block
everything else including web UI requests.1 parent fa70358 commit 7fe835a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments