- use Effect.forEach with concurrency:10 to fail up to 10 runs in parallel - isolate each failRun with catchAll so one failure doesn't abort the rest - log unexpected failRun errors per run without halting the batch
- use Effect.forEach with concurrency:10 to fail up to 10 runs in parallel - isolate each failRun with catchAll so one failure doesn't abort the rest - log unexpected failRun errors per run without halting the batch