-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
An idea for a new feature that could prevent feed_display to show errors because the feed could not be fetched:
Create a scheduler task that parses and stores the feed items in a database table every x minutes.
If the plugin is called it can use the stored records and show them in the frontend, using regular TYPO3 caching.
In case the feed goes down for some reason, the plugin can still show the old records until the scheduler task can import new feed items again. There is no error visible in the frontend, ever.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request