Skip to content

Have a better story around local caching independent of the crawling stages #6

@ScottMansfield

Description

@ScottMansfield

The fetch, parse, and (maybe) index pages should heavily use caching to prevent duplication of work. The cache right now is either a frail connection to a single EC2 instance, or an in-memory in-process cache that does not survive restarts. A local option should be easy to do.

Probably a gradle task with dependsOn should do.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions