epam / badgerdoc

Apache License 2.0
33 stars 32 forks source link

Rewrite jobs_communication sync to async http communication #938

Closed cakeinsauce closed 1 month ago

cakeinsauce commented 1 month ago

Currently annotation/annotation/microservice_communication/jobs_communication.py module utilizes synchronous requsts library for HTTP requests. We should rewrite it to AIOHTTP.

A/C:

DOD:

Negoje commented 1 month ago

I will take it

cakeinsauce commented 1 month ago

Finished