What's the precise role of desired_concurrency
?
#520
Unanswered
EngineerKhan
asked this question in
Q&A
Replies: 1 comment 4 replies
-
its a bit weird that your current concurrency is so low all the time, its normal to see low values there, you could even hit a zero if all the tasks just finished before the logging happens. if you can provide a complete reproduction, we can take a look how it behaves on our end. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While using Crawlee, I have noticed that it updates its concurrency parameters every minute. I don't understand how
desired_concurrency
is calculated at each update and why there is such a mismatch between desired and actual concurrency.Here are some of the outputs for reference
This pattern is something I have experienced in running other similar tasks too:
current_concurrency
increasing and then decreasing gradually, whiledesired_concurrency
keeps rising until the cap of 200 (isn't it a bit too high?).Thanks for your answer.
Beta Was this translation helpful? Give feedback.
All reactions