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.
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.