Skip to content

Give each crawler instance its own default request queue #2132

Description

@vdusek

BasicCrawler.get_request_manager() (src/crawlee/crawlers/_basic/_basic_crawler.py) opens the same default request queue for every crawler, so two crawlers in one process silently share requests and deduplication state. Only the first instance should use the default queue; the rest should get their own via an internal alias derived from the crawler id.

JS implementation: apify/crawlee#3834

✍️ Drafted by Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request.t-toolingIssues with this label are in the ownership of the tooling team.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions