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

Import feeds through scheduler task #5

Open
seirerman opened this issue Jan 30, 2024 · 1 comment
Open

Import feeds through scheduler task #5

seirerman opened this issue Jan 30, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@seirerman
Copy link

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.

@ErHaWeb ErHaWeb added the enhancement New feature or request label Mar 7, 2024
@ErHaWeb
Copy link
Owner

ErHaWeb commented Mar 7, 2024

Thank you very much for your suggestion. That sounds like a useful addition. I will be happy to look into the topic when I find some time again (which is currently relatively limited). If you like and have time to spare, I would also be happy to receive a corresponding pull request.

@ErHaWeb ErHaWeb self-assigned this Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants