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

Feature request: Add config option for matrix resend backoff #54

Open
a-0-dev opened this issue Oct 8, 2023 · 0 comments
Open

Feature request: Add config option for matrix resend backoff #54

a-0-dev opened this issue Oct 8, 2023 · 0 comments

Comments

@a-0-dev
Copy link

a-0-dev commented Oct 8, 2023

I kind of rely on the RSS bot to send messages of a feed into a room, however some messages are dropped if there are errors (such as the homeserver not responding or similar). It would be great if there was a (configurable) resend backoff which tries to send the matrix messages again if some error occured.

Suggestions:

  • Exponential backoff with maximum of 4 weeks or so
  • Hard-coded resend interval of e.g. 4 hours
  • Configurable by one integer (try again after n hours), maximum 4 weeks or so

This would also cover potential issues if there is any other problem with the bot which is fixed few weeks after, because feed items which weren't processed properly (e.g. ending in a matrix message) would be processed again until it worked or the absolute limit of suggested 4 weeks is reached.

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

No branches or pull requests

1 participant