Commit bfc71df
fix: isolate waits and file transfers on sharded H2 pools
Drop the httpcore monkeypatch. Route long-polls (/wait_for_status) and
upload/download onto separate shared H2 bulkhead pools with configurable
shards (default 2), hashed by resource id, so control-plane RPCs keep their
own connection without HTTP/1.1 explosion.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 7fc11ba commit bfc71df
10 files changed
Lines changed: 376 additions & 403 deletions
File tree
- src/runloop_api_client
- sdk
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 33 | | |
39 | 34 | | |
40 | 35 | | |
| |||
0 commit comments