Skip to content

fix: use await Promise.all, map, to reduce risk of crashes

Ben Whitmore requested to merge await-in-loop-20230925 into main

Fixed several unsafe loops in code that were starting tasks without await to catch possible exceptions. This could have resulted in server crash.

Also removed some redundant lint suppressions.

Merge request reports