Skip to content

fix(throttling-manager): apply throttling behind a tandem and with retry_on_blocked disabled - #2158

Open
Mantisus wants to merge 1 commit into
apify:masterfrom
Mantisus:tandem-throttling
Open

fix(throttling-manager): apply throttling behind a tandem and with retry_on_blocked disabled#2158
Mantisus wants to merge 1 commit into
apify:masterfrom
Mantisus:tandem-throttling

Conversation

@Mantisus

Copy link
Copy Markdown
Collaborator

Description

  • Recording a 429 is now separate from the session blocking check and runs regardless of retry_on_blocked, and the crawler resolves its ThrottlingRequestManager through any RequestManagerTandem around it. Both configurations previously dropped the 429 backoff and the robots.txt crawl-delay, while warning that no throttler was in use.

Issues

Testing

  • Added new unit tests

@Mantisus
Mantisus requested a review from janbuchar August 14, 2026 17:38
@Mantisus Mantisus self-assigned this Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ThrottlingRequestManager silently does nothing in two configurations

2 participants