xibosignage / xibo

Xibo Digital Signage
https://xibosignage.com
GNU Affero General Public License v3.0
547 stars 160 forks source link

Widget: cache not ready improvements #3434

Closed dasgarner closed 2 weeks ago

dasgarner commented 3 weeks ago

Cache is only generated via XTR Widget Sync, however the player should return old cache if the new cache has not yet been generated, assuming it still has that data and it has not completely expired.

Currently once the data has been expired, it never gets returned, meaning there is always a period of time when the cache is not ready for the player to download.

sasch901 commented 3 weeks ago

Hey, is this the same problem like in the community?https://community.xibo.org.uk/t/datasets-cache-not-ready/31245

dasgarner commented 3 weeks ago

It could be, yes. We're still testing the suggested fix to see if it improves the situation.