CA
constant-blue

Queueing Concurrent runs

Hey everyone, I have a limit of 32 concurrent runs. I need 200-300 runs to be completed. I don't need to scrape that often, so it's usually a one time thing. Is there a way to queue runs, so that once memory is freed, it will continue the next task in line?
1 Reply
Alexey Udovydchenko
You can create small "orchestrator" actor to initiate runs in loop following RAM and concurrency limits by https://docs.apify.com/sdk/js/docs/examples/call-actor
Call actor | SDK for JavaScript | Apify Documentation
This example demonstrates how to start an Apify actor using

Did you find this page helpful?