-
-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Labels
help wantedExtra attention is neededExtra attention is neededperformanceIssue related to performance and optimizationsIssue related to performance and optimizations
Milestone
Description
To increase the throughput of the API we need to make our routes None blocking.
Methods and dependencies used by the endpoints also need to be non-blocking (where possible).
This is probably the best place to start.
async keyword to the current endpoints.
I will update this issue with details.
Resources
https://www.encode.io/articles/hello-asgi
https://fastapi.tiangolo.com/async/#concurrency-and-async-await
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededperformanceIssue related to performance and optimizationsIssue related to performance and optimizations