Skip to content

How to... #2550

Answered by B4nan
geezz07 asked this question in Q&A
Jun 23, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Yes, this is the same as using Promise.all afaik (and I would strongly prefer that over starting promises and awaiting later).

But in the case above I am getting route issues. For example the requests from crawler1 routing to routes from crawler3

Because they all use the same default request queue, you need to create them explicitly and you cant use a default queue. A queue without a name will be always the same regardless of how m many instances you create.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@geezz07
Comment options

@B4nan
Comment options

Answer selected by geezz07
@geezz07
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants