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

Use a single httpx client for each worker thread #862

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

HansKallekleiv
Copy link
Collaborator

@HansKallekleiv HansKallekleiv commented Feb 3, 2025

SumoClient can now be initialized with existing httpx clients. equinor/sumo-wrapper-python#227
This allows us to use a single client for the fastapi app context, thus removing time spent initializing such clients.

The SumoClient requires both an async and a sync client. Using a dummy client, raising an error if used, for now.
Updated some methods that were not async.

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.

1 participant