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

untested fix: RSS ingester runs in a hot loop #109

Open
wants to merge 1 commit into
base: translations
Choose a base branch
from

Conversation

Frando
Copy link
Contributor

@Frando Frando commented Jul 23, 2024

The RSS ingester claims to find new records for each call to fetchUpdate for most feeds. This is a serious bug, as this creates new source records in a loop. Instead it should return no records and the same cursor as before if no newer items are in the feed. This would make the ingester wait for 10s and then re-poll.

This is an attempt at a fix. Not tested much - this will need manual testing in a test setup and confirm that it works with new items being added to the feed etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant