purging request queue
Hello everyone,
I'm trying to integrate crawlee on an express server so that I can start crawling a site when I go to a specific route.
Everything works fine for the first request, but when I make a second request the urls are no longer crawled.
From what I understand, this is because the urls already crawled are stored with their id.
How do I empty the url table?
I tried adding CRAWLEE_PURGE_ON_START = 'true' without much success.
The first crawl :
The second crawl (on same url):
Thanks in advance to anyone who can help me.
I'm trying to integrate crawlee on an express server so that I can start crawling a site when I go to a specific route.
Everything works fine for the first request, but when I make a second request the urls are no longer crawled.
From what I understand, this is because the urls already crawled are stored with their id.
How do I empty the url table?
I tried adding CRAWLEE_PURGE_ON_START = 'true' without much success.
The first crawl :
The second crawl (on same url):
Thanks in advance to anyone who can help me.