modern-teal•3y ago
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
other-emerald•3y ago
This works for me, I use cheerioCrawler.
modern-tealOP•3y 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
tame-yellow•3y ago
To test, can you give the url of the site.
fascinating-indigo•3y 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..