Skip to content

Refactor FeedReader: Separate Data Insertion & Real-time Feed Publish Logic #43

@ggercek

Description

@ggercek

Currently FeedReader has 3 threads running.

  • Thread 1) Listens for new feeds from hpfeeds
  • Thread 2) Publish new feed over socket.io to Django
  • Thread 3) Save new feed to DB

3rd thread should be moved to Django side
We may merge 1st and 2nd Threads if the redis pub system is fast enough.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions