minConcurrency is not being respected #1757
Unanswered
LahmerIlyas
asked this question in
Q&A
Replies: 1 comment
-
The sample is not enough to reproduce. From the log you provided it seems like you have 1 request in the request queue - if that's the case - this behavior is expected. Please also provide the URL (or URLs) you're initially adding to the queue/crawler, and it also will be great to look at the router code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which package is this bug report for? If unsure which one to select, leave blank
None
Issue description
I'm using the cheerio crawler and I'm setting both the maxConcurrency and the minConcurrency to 20 but I'm always seeing currentConcurrency as 1:
Code sample
Package version
3.1.4
Node.js version
16
Operating system
ubuntu
Apify platform
I have tested this on the
next
releaseNo response
Other context
No response
Beta Was this translation helpful? Give feedback.
All reactions