Avoid unbounded concurrency fan-out
Unbounded Promise fan-out over unknown input can exhaust downstream capacity.
#Metadata
#Why it matters
Unbounded Promise fan-out over unknown input can exhaust downstream capacity.
#Remediation
Refactor this path to avoid repeated work in hot execution paths.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.performance.no-unbounded-concurrency.rule.yaml.