fix: Fix incorrect use of desired concurrency ratio by Pijukatel · Pull Request #780 · apify/crawlee-python

@Pijukatel

@github-actions github-actions bot added t-tooling

Issues with this label are in the ownership of the tooling team.

tested

Temporary label used only programatically for some analytics.

labels

Dec 4, 2024

@vdusek vdusek changed the title fix: Fix incorrect use of desired concurrency ratio. fix: Fix incorrect use of desired concurrency ratio

Dec 4, 2024

@Pijukatel @vdusek

Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>

vdusek

vdusek

janbuchar

@Pijukatel Pijukatel deleted the desired_concurrency_ratio_fix branch

December 5, 2024 08:55

Mantisus pushed a commit to Mantisus/crawlee-python that referenced this pull request

Dec 10, 2024
### Description
Concurrency ratio was not correctly used in Python version of autoscaled
pool. Align it with the Javascript implementation of autoscaled pool.
Add test.
### Issues

- Closes: apify#759

---------

Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>