Implementing Delayed Batches with Effect.forEach and Concurrency

I am using Effect.forEach with concurrency: 60 and now I want to run each "batch" with a delay of 60 seconds from the last batch. How can I do this?
Was this page helpful?