Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support passing in custom connector for AsyncRequestor #706

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

vocode-petern
Copy link
Contributor

Summary

In order to unlock more connections in the connection pool, we'll need to adjust the limit parameter of the connector used for the session: https://docs.aiohttp.org/en/stable/client_reference.html#connectors

This change supports the configuration but defaults to the previous behavior, which is to defer the connector creation to the session constructor.

@vocode-petern vocode-petern force-pushed the task/support-custom-async-connector branch from b43617f to f67634e Compare September 19, 2024 23:11
@Kian1354 Kian1354 merged commit a40c59b into main Sep 20, 2024
4 checks passed
@Kian1354 Kian1354 deleted the task/support-custom-async-connector branch September 20, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants