Y
Hacker News
new
|
ask
|
show
|
jobs
by
unlog
732 days ago
I'm a big fan of modern JavaScript frameworks, but I don't fancy SSR, so have been experimenting with crawling myself for uploading to hosts without having to do SSR. This is the result
1 comments
mikeqq2024
731 days ago
for a long crawling task, if exited/broken for any reason, does it save and restore at the next run?
link
eXpl0it3r
731 days ago
The README says:
> Can resume if process exit, save checkpoint every 250 urls
link
mikeqq2024
731 days ago
nice, better make it as a commandline option with default value. 250 is too many for large files and slow connection.
link