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

Make Facebook scheduler configurable #1

Open
ghostwriternr opened this issue Sep 20, 2020 · 0 comments
Open

Make Facebook scheduler configurable #1

ghostwriternr opened this issue Sep 20, 2020 · 0 comments
Labels
enhancement New feature or request Hacktoberfest This issue counts towards Hacktoberfest contributions help wanted Extra attention is needed

Comments

@ghostwriternr
Copy link
Member

Right now, once started, the scheduler goes through every post in eternity and adds them to DB. On the next run, it does this all over again, which is unnecessary. This has 2 problems:

  1. We only want the scheduler to fetch the latest 250 posts, say, after the DB is seeded the first time
  2. In the current mode, new posts won't be fetched until the scheduler goes through every post. Until this is fixed, our feed will always be stale by around 5 days.
@ghostwriternr ghostwriternr added enhancement New feature or request help wanted Extra attention is needed Hacktoberfest This issue counts towards Hacktoberfest contributions labels Sep 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest This issue counts towards Hacktoberfest contributions help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant