How to re-run - later - 403 responses? #1783
-
Hello, First, thanks a lot for this lib; I've learnt a lot. I'm currently trying to scrape a website for some titles, but run into a few issues.
Is there a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There isn't unfortunately yet a simple command. It is implemented for the Apify platform queue - https://apify.com/lukaskrivka/rebirth-failed-requests. So you could reuse that code locally, it iterates over all requests and resets those that have more errorMessages than retries (because last fail doesn't retry). But I'm not sure now (I'm not the core maintainer) if the same client methods are available for filesystem queue. |
Beta Was this translation helpful? Give feedback.
There isn't unfortunately yet a simple command. It is implemented for the Apify platform queue - https://apify.com/lukaskrivka/rebirth-failed-requests. So you could reuse that code locally, it iterates over all requests and resets those that have more errorMessages than retries (because last fail doesn't retry).
But I'm not sure now (I'm not the core maintainer) if the same client methods are available for filesystem queue.