how to handle timeout error #2622
Unanswered
zy783282949
asked this question in
Q&A
Replies: 1 comment
-
Please share the actual code (simplified, but not pseudocode), as well as the exact error message including a stack trace. Details matter. You should always upgrade first before reporting anything, as you might be facing something that is already fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which package is this bug report for? If unsure which one to select, leave blank
None
Issue description
I am using CheerioCrawler. When I run the crawler.run() method for a while, an error occurs:
Handling request failure of https://xxx(ZNGIMiMhlwKFihT) timed out after 300 seconds.
I hope to drop this data and continue execution instead of exiting from the main process.
Code sample
Package version
├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] └── [email protected]
Node.js version
v20.16.0
Operating system
centos8
Apify platform
I have tested this on the
next
releaseNo response
Other context
No response
Beta Was this translation helpful? Give feedback.
All reactions