Requeue URLs giving HTTP 429 #489
Unanswered
Jamesking56
asked this question in
Q&A
Replies: 1 comment
|
Hi!! Nakk here The cleanest approach is to configure a Guzzle retry when initializing the crawler. This allows Guzzle to handle retries transparently before the crawler marks the URL as failed.. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How can we requeue URLs for a retry when receiving a HTTP 429?
All reactions