TranslatorSRI / EdgeNormalization

A service for producing relationships compliant with the biolink model
MIT License
0 stars 1 forks source link

BL client to use httpx instead of requests #12

Open YaphetKG opened 4 years ago

YaphetKG commented 4 years ago

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 commented 3 years ago

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