You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.