Skip to content

Handle requests locked by a previous "incarnation" of the same run #2870

Open
@janbuchar

Description

@janbuchar

If a client locks some requests and is restarted (migration and so on), these requests won't be passed to the new instance automatically - instead they will stay locked until the locks expires, which is configurable and can possibly take hours.

One possible solution is to use the proposed "List locked requests" endpoint (https://github.com/apify/apify-core/issues/15063) and either unlock them, or just continue processing them as if nothing happened.

Other relevant info:

Metadata

Metadata

Assignees

Labels

featureIssues that represent new features or improvements to existing features.performanceIssues related to performance.t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions