Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When "cache to file" is used provide a way to recover from failure #4

Open
Restuta opened this issue Aug 2, 2017 · 0 comments
Open

Comments

@Restuta
Copy link
Owner

Restuta commented Aug 2, 2017

For long running scraping processes when path where to cache results is provided it would be nice to automatically recover from failures.

This may involve storing of progress and picking it up (e.g. storing URLs left to scrape).

Note: that could be covered by externally and could be outside the scope of this package. E.g. something like "reverse-proxy-like" module could do this high-level planning and orchestration and distribute scraping across a cluster of nodes running this package on a subset of URLs that do not require persistence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant