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

Limit tries sending email before cancellation #47

Closed
atymic opened this issue Mar 14, 2020 · 1 comment
Closed

Limit tries sending email before cancellation #47

atymic opened this issue Mar 14, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@atymic
Copy link
Collaborator

atymic commented Mar 14, 2020

I had a bug where one of the notifications was updated, but the previously serialized version had some invalid data in it.

This caused problems because snooze tries (and fails) to send it every minute.
We should have some kind of 'try' limit, to make sure we don't keep trying (and failing) to send the same notification.

image

@atymic atymic added the bug Something isn't working label Mar 14, 2020
@atymic
Copy link
Collaborator Author

atymic commented Mar 14, 2020

cc @thomasjohnkane

Guess we'd need a migration chance, to add some type of tries column

@atymic atymic mentioned this issue Sep 10, 2020
5 tasks
@atymic atymic closed this as completed Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant