Open GsakuL opened 1 month ago
Hey there @mib1185, mind taking a look at this issue as it has been labeled with an integration (feedreader
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
feedreader documentation feedreader source (message by IssueLinks)
Hi @GsakuL the feeds are read in order as they come and most feeds put the latest entry on the top of the feed
Hi @mib1185 so you mean, you read the response like a stream, and not as a whole file? But why is that? And if "most feeds put the latest on the top", why not "do it right", and also hold on to the necessary events and send/publish them in the "correct" (latest entries last) order?
Due to the hard 1h interval since the migration from yaml, this "wrong order problem" happens more often, which is annoying, when the entries are then written to somewhere else (e.g. Discord)
Due to the hard 1h interval since the migration from yaml
You're still able to use a custom polling interval to adjust it on your needs.
btw. the behavior of reading the feed from top to down hasn't changed with migrating to UI based configuration
The problem
when adding a new feed, or a feed gets multiple updates in the checking interval, the events (which I use for notifications) of new entries appear to be sent/created consistently in reverse order, because I'll receive the newest one first, then n-1, n-2 etc.
What version of Home Assistant Core has the issue?
core-2024.8.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Feedreader
Link to integration documentation on our website
https://www.home-assistant.io/integrations/feedreader/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
repro:
feedreader
https://github.com/home-assistant/frontend/releases.atom
exerpt from event data (listed as seen in the ui - newer events on top)