Delay new requests
I tried to create requestQueue, then when I get new request I will add it to queue and run crawler again.
First I create queue and crawler and run it.
then crawler done work.
All requests from the queue have been processed, the crawler will shut down.When I got new request I try to add it to queue and run crawler
but get message:
All requests from the queue have been processed, the crawler will shut down.