Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Parallelize
uv install
(windmill-labs#4774)
* Implement MVP of Parallel uv installation * Implement PY_CONCURRENT_DOWNLOADS * Remove Flock for uv installs * Make S3 pull/push parallel * Refactor and allow to Cancel installation * Dont print S3 in output if disabled * Implement better error handling * Polishing * More polishing * Implement error-handler for kill_tx_2.send() * Fix and Format prev merge * Presubscribe to all kill_tx's We do it now before first event could fire Meaning no events can be lost anymore * Early print errors and safer error handling * Return Err if installation failed * Final changes * Return error instead of just printing it * Safer the way to acquire permit * Fix compilation error * Remove double error logs
- Loading branch information