Commit 96ff96e
fix: add reset_llm_concurrency() for per-job isolation
If job A calls set_llm_concurrency(), the limit bleeds into job B in
pooled server mode. Adding a reset function allows the factory dispose
chain to restore the default between jobs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0fb419a commit 96ff96e
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments