fix: Fix retry count to not count the original request by Pijukatel · Pull Request #1328 · apify/crawlee-python

added 2 commits

July 29, 2025 08:39

@Pijukatel Pijukatel added bug

Something isn't working.

t-tooling

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

labels

Jul 29, 2025

@Pijukatel Pijukatel marked this pull request as ready for review

July 29, 2025 07:04

vdusek

Pijukatel added a commit that referenced this pull request

Jul 30, 2025
The argument `max_request_retries` of `BasicCrawler` previously included
also the initial request in retries. Now it counts only the retries.

- Closes: #1326