Apify

Apify and Crawlee Official Forum

b
F
A
J
A

more than one request queue

Is it possible to create two request queues per
.run()?
v
b
4 comments
Hi ,
you can create a named queue. If you are running it on a platform and want it to be tied to a specific Actor run, good practice is to use a run ID in the name. You may also drop the queue after finishing, otherwise the queue will not get deleted at all (also applies only if you are using the Apify platform).
Plain Text
  await web_crawler.run()
  web_crawler.requestQueue = web_crawler_next
  await web_crawler.run()
I ended up doing this.
(web_crawler_next being a differently named named queue)
Add a reply
Sign up and join the conversation on Discord
Join