Crawlee does not work with cron job
I'm running a cron job on node server, but it doesn't execute after the the first run
4 Replies
adverse-sapphire•2y ago
This works for me, I use cheerioCrawler.
unwilling-turquoiseOP•2y ago
I'm using jsdom crawler but My issue is After the first run it doesn't scrape anymore
this my crawler code. result doesn't print anything after first run
exotic-emerald•2y ago
To test, can you give the url of the site.
magic-amber•2y ago
Hey, how do you code cron job?
I am using playwright and using same code like you. But it always show all request completed after frist run.
It looks like it cahced the completed url somewhere. But I don't find related config or function to handle cache in document.
I tried
crawler.teardown()
and no luck, since its description is Function for cleaning up after all requests are processed.
.