prefix-dev / rip

Solve and install Python packages quickly with rip (pip in Rust)
https://prefix.dev
BSD 3-Clause "New" or "Revised" License
643 stars 21 forks source link

fix: limits the amount of concurrent tasks with the new async resolvo code #214

Closed tdejager closed 7 months ago

tdejager commented 7 months ago

Otherwise, apache-airflow[all] would just start failing randomly. Because of too many open files and other dns errors. This fixes that problem. I don't know if 30 is a good default but seems to work for me 👼