How to override the retries limit? #523
Unanswered
EngineerKhan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The In case you want to limit the max request retries of your crawler, you can use the crawler = PlaywrightCrawler(max_request_retries=5) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way of overriding the
max_retries
while running the crawler?Beta Was this translation helpful? Give feedback.
All reactions