Closed
Description
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
Labels
No labels