This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Utilize Promise.all() instead awaits inside loops where possible #1885
Labels
type: enhancement
New feature or request
Milestone
We should fully utilize parallelization benefits and use run commands in parallel inside loops instead of awaiting in each iteration where practically feasible. See https://eslint.org/docs/latest/rules/no-await-in-loop
The text was updated successfully, but these errors were encountered: