-
Notifications
You must be signed in to change notification settings - Fork 877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove / Empty Queue #293
Comments
No way till now, what's your scenario? is it possible to change your flow? |
I'm crawling a set of sites for a particular piece of information. When I have located the information I wish to stop crawling that particular site. For now, I'm not using any concurrency when crawling a site, so there are no queued tasks to kill when I have found what I'm looking for. On a separate note, how can I use jsdom with the library? I can't find an example anywhere? Thanks! |
You just place your conditional code in your callback and decide to queue pending tasks or not. jsdom is deprecated for now. If you wanna get ajax data, better to send request to that ajax url. |
close due to inactive |
I want this feature..lol |
@LouisWayne What's your scenario? |
I want to manually stop the crawler from the admin screen |
@LouisWayne Can you just kill the process? |
How can I empty the queue and cancel current queued items?
The text was updated successfully, but these errors were encountered: