Skip to content

Feature request: parallel iteration #766

Closed
@noamross

Description

@noamross

I'd like to be able to perform multiple iterative request chains in parallel.

My current use-case is having a large set of multi-step requests (POST a query, receive a query ID URL, poll the query ID URL for query status, on completion, download file from the provided URL). I'd like to be able to run this list using a parallel queue that handles throttling and retrying well.

I'm not sure if req_perform_spider() (#584) will ultimately be flexible enough for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions