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

Second reminder sent after the email address was added to blacklist #63

Open
shornuk opened this issue Jun 7, 2022 · 2 comments
Open
Labels
Feature Request New feature or request

Comments

@shornuk
Copy link

shornuk commented Jun 7, 2022

We've had scenario recently, where

  1. Someone has received the first reminder email.
  2. They emailed us to be removed
  3. We added them to the blacklist
  4. Second reminder was then sent

I can see that the blacklist is only checked at the point of getting abandoned orders. Am I right in thinking that the reminders are both queued at the point of finding the abandoned order? Ideally if it could check again at the point of send that would cover it. Happy to start a PR for it, but would be good to know the way you'd want to implement it.

@mediabeastnz
Copy link
Collaborator

A PR would be awesome as this would probably require a decent changer to how the jobs are scheduled.
They both get scheduled currently at the same time with different delays. For this to work you'd either want to find the queued job and cancel it (not easy) or on schedule the 2nd once the first one has been sent (probably a better idea now that I think about it).

@mediabeastnz mediabeastnz added the Feature Request New feature or request label Jul 11, 2022
@mediabeastnz
Copy link
Collaborator

A solution to this should also fix issue #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants