-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
I crawl a web site which network is very bad, I have to refresh 5 times or even more to get a normal response. I tried to configure retry_request_errors, but found that only retry 3 time.
| def visit(visit_uri, delay: config.before_request[:delay], skip_request_options: false, max_retries: 3) |
It would be great to improve on Supporting custom max_retries.
Metadata
Metadata
Assignees
Labels
No labels