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

BL client to use httpx instead of requests #12

Open
YaphetKG opened this issue Oct 26, 2020 · 1 comment
Open

BL client to use httpx instead of requests #12

YaphetKG opened this issue Oct 26, 2020 · 1 comment

Comments

@YaphetKG
Copy link
Contributor

Currently BL-lookup client in edge-normalization uses requests library. When there is a load on edge normalization server, since requests library is a blocking call, it would hang the server. Having an async client might help to avoid timeouts due to this in high load.

@cbizon
Copy link
Contributor

cbizon commented Dec 7, 2020

Note, when this is done, we can drop the number of replicas in the deployment

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

No branches or pull requests

2 participants