Navigation Menu

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

Indexer: create cache of published URLs #111

Closed
creekorful opened this issue Jan 3, 2021 · 1 comment · Fixed by #115
Closed

Indexer: create cache of published URLs #111

creekorful opened this issue Jan 3, 2021 · 1 comment · Fixed by #115
Labels
enhancement New feature or request
Milestone

Comments

@creekorful
Copy link
Owner

Prevent duplicates between URLs publishing by creating a short lived cache to keep track of published URLs and ensure no duplicates are being pushed.

  • Estimate if useful by counting duplicates in crawlingQueue.

  • Cache could be redis, and key TTL should be < than refresh delay (if any)

@creekorful creekorful added the enhancement New feature or request label Jan 3, 2021
@creekorful creekorful added this to the 0.10.0 milestone Jan 3, 2021
@creekorful
Copy link
Owner Author

there's a lot of duplicates

@creekorful creekorful modified the milestones: 0.10.0, 0.9.0 Jan 3, 2021
@creekorful creekorful changed the title Indexer: create cache of published URLs? Indexer: create cache of published URLs Jan 3, 2021
@creekorful creekorful linked a pull request Jan 3, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant