How to override the retries limit? #523
Answered
by
vdusek
EngineerKhan
asked this question in
Q&A
-
Is there a way of overriding the |
Beta Was this translation helpful? Give feedback.
Answered by
vdusek
Sep 16, 2024
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
Answer selected by
vdusek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
_utils.wait.wait_for
function is an internal utility. It is not intended for direct usage & configuration by users. Could you share your use case or what you're trying to achieve with it?In case you want to limit the max request retries of your crawler, you can use the
max_request_retries
option: