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

Notification sending component with persistence #34

Open
applejag opened this issue May 21, 2021 · 0 comments
Open

Notification sending component with persistence #34

applejag opened this issue May 21, 2021 · 0 comments
Labels
enhancement New feature or request prio/1 Low priority. "Nice to have"

Comments

@applejag
Copy link
Contributor

After #33 is deployed and tested, we then need to consider persistence.

Add persistence of messages that are going to be send with email notifications. Messages should be first saved to the persistence and after that the module should attempt to send them. Messages should be deleted from persistence only after they are successfully sent.
We do not need to keep them in a database, yaml/json files should be enough.
Number of retries should be configurable (configmap from initial task). Exponential delay on the retries.

@applejag applejag added the enhancement New feature or request label May 21, 2021
@applejag applejag added the prio/1 Low priority. "Nice to have" label Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio/1 Low priority. "Nice to have"
Projects
None yet
Development

No branches or pull requests

1 participant