-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Listmonk sleeping forever #960
Comments
hm, will investigate this. Have you explicitly set 30 messages per hour in Settings -> Performance -> Sliding window settings? |
folks, tell you what, I got the issue resolved BUT, we are after mitigating the issue as such right, so let me tell you what I know.
now, how I resolved the issue: Now everything works, don't ask me why. Yet again, the 'bug' was immune to restarts of the container and to pausing/resumption of campaigns. |
Thanks for the update. The configuration file only has DB settings and the site URL though, nothing to do with SMTP settings. This behaviour is strange though. The last upgrade made no changes to settings, hm. I'll close this issue for now as this isn't reproducible. |
Version:
Description of the bug and steps to reproduce:
I noticed this for the first time when upgrading the docker container to version -1 as of current.
In short, the campaign it would start processing the first bunch of messages, then hit a limit (set) and then.. it would sleep indefinitely.. processing would never resume... nothing in logs.
Upgraded to the latest release in hopes for this being resolved, no luck.
The only thing that helps is to kill the container and start it again (and then... some recipients would never be delivered as assumably Listmonk would have assumed that all the ones that had been pre-fetched from the DB,- the last time the container started - had been delivered. Which is NOT the case, as these recipients had been pre-fetrched indeed but only the part was delivered before the throttling limit was hit, the other part was not, and not would never be delivered as listmonk would increment the index from which it fetches recipients by the size of the entire window. That should probably be yet another bug report.
all that can be seen in logs is:
2022/09/29 11:52:38start processing campaign (New research paper) 2022/09/29 11:53:14messages exceeded (30) for the window (1h0m0s since 29 Sep 22 11:52 +0000). Sleeping for 59m19s.
The text was updated successfully, but these errors were encountered: