-
Notifications
You must be signed in to change notification settings - Fork 0
Open
0 / 10 of 1 issue completedLabels
enhancementNew feature or requestNew feature or request
Description
Current operations are extremely slow. Since we're using synchronous programming and have multiple time consuming file and network operations, it's better to just use asyncio to run things concurrently.
This would mean changes like:
- Using async function definitions
- Using httpx instead of requests
Would need some time to figure out where exactly to make these improvements.
Also need to add metrics collection (time) and better logging.
Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request