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

Add feed_fetched_at for users to not refetch unnecessarily #1555

Merged
merged 3 commits into from Jan 15, 2019

Conversation

benhalpern
Copy link
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Documentation Update

Description

As our RSS feed fetcher has grown, we have had issues with scaling the current approach, which was re-fetching way too often.

This should fix things by generally fetching less often. Unless forced by a user update, we will not fetch every time. We'll not fetch very recently fetched feeds and we will randomly not check whether to fetch.

This should scale the whole system up a lot more.

@pr-triage pr-triage bot added the PR: unreviewed bot applied label for PR's with no review label Jan 15, 2019
@benhalpern benhalpern merged commit 47e8fbc into master Jan 15, 2019
@pr-triage pr-triage bot added PR: merged bot applied label for PR's that are merged and removed PR: unreviewed bot applied label for PR's with no review labels Jan 15, 2019
@maestromac maestromac deleted the ben/lessen-rssreader-load branch January 16, 2019 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: merged bot applied label for PR's that are merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant