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

Priority queue for subscription #5

Open
Jackevansevo opened this issue Jul 15, 2022 · 0 comments
Open

Priority queue for subscription #5

Jackevansevo opened this issue Jul 15, 2022 · 0 comments

Comments

@Jackevansevo
Copy link
Owner

Because both refreshing feeds + subscriptions are async tasks if a subscription task overlaps with when feeds are refreshed (on the hour), then the subscription could find itself at the back of a big queue of feeds to refresh.

Probably either need:

  • higher task priority for parsing new unseen feeds
  • separate task queue (might need dedicated workers)
@Jackevansevo Jackevansevo moved this to Todo in Feedreader Aug 14, 2022
@Jackevansevo Jackevansevo moved this from Todo to In Progress in Feedreader Aug 14, 2022
@Jackevansevo Jackevansevo moved this from In Progress to Todo in Feedreader Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant