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

When queue is not running and scheduler is, mailator overfloods the queue #2573

Open
dstollie opened this issue Apr 11, 2023 · 0 comments
Open

Comments

@dstollie
Copy link

Context

We came in a situation w here the our queue was not running. After a few hours we've seen this and started the queue. Immediately the queue was being cleared. From so far, everything looked fine until we saw that Mailator dispatched the same mail everytime.

The problem

The problem here lies that the scheduler from mailator see that the mail has not yet been sent and disptaches a new job onto the queue. Normally this is no problem but when the job is STILL on the queue, this is a problem. In our situation we had a few customers receiving more than 100 mails.

This is a serious problem for us because it can happen in the future that the scheduler is running but the queue is not, how can we avoid this problem, does the author have an idea?

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