how to keepalive for the crawler #890
Closed
zy783282949
started this conversation in
General
Replies: 1 comment
-
Hello and thank you for your interest in Crawlee! We're planning to implement this soon - see #891 |
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
-
When executing the crawler.run() method, if there is no URL in the URL queue, the process will exit. How to keep the crawler process running continuously, similar to an infinite loop, and continue downloading when a new URL is found
Beta Was this translation helpful? Give feedback.
All reactions