Skip to content

Transactional storage access #2124

Description

@vdusek

Port transactional storage access to Crawlee for Python: a request handler's storage writes should be buffered and committed atomically, so a handler that fails or gets retried leaves no partial writes behind. It should be enabled by default in every crawler and implemented at the storage level, so direct Dataset / KeyValueStore / RequestQueue calls are covered too, not just the crawling context helpers - which also absorbs the adaptive crawler's bespoke buffering.

Follow the JS implementation:

✍️ 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