AllenNeuralDynamics / aind-data-transfer-service

FastAPI service to run data compression and transfer jobs on the hpc
MIT License
1 stars 0 forks source link

Use httpx async instead of requests #105

Open jtyoung84 opened 3 months ago

jtyoung84 commented 3 months ago

Is your feature request related to a problem? Please describe. Using requests.post is potentially blocking.

Describe the solution you'd like Requests should be submitted using httpx async

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.