You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces a 'max_concurrent' setting for each provider in the proxy configuration, allowing control over the maximum number of concurrent requests per provider. The client now attempts to acquire a slot before sending a request and releases it after completion, skipping providers at max capacity. Configuration validation ensures 'max_concurrent' is a positive integer or None.
0 commit comments