-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Campaign get stuck in the 'running' status #905
Comments
Hm, this is strange. I have run tests in the past with dozens of simultaneous campaigns without any issues. Will try to reproduce. Is this happening only when you have a dozen concurrent campaigns? Can you start with say 2 at a time and see at what count this issue happens, that would be helpful. PS: The settings look fine. |
So here is an experiment I tried.
What do you make of this? |
Thanks for the detailed test. I'll try and recreate this behaviour at my end. Unable to comment on what the issue could be, right now. |
@banagg How do you downgrade to a previous version? |
- Sent count is no longer the batch size fetched from the DB but is the actual count of messages sent. - Pausing and resuming now accurately tracks the last subscriber that was processed and resumes from there. - Fix multiple concurrent campaigns blocking. Closes #1616. Closes #905. Closes #1496. Closes #1250.
- Sent count is no longer the batch size fetched from the DB but is the actual count of messages sent. - Pausing and resuming now accurately tracks the last subscriber that was processed and resumes from there. - Fix multiple concurrent campaigns blocking. Closes #1616. Closes #905. Closes #1496. Closes #1250. Closes #1010.
Version:
Description of the bug and steps to reproduce:
I have a daily mailer which initiates about 10-11 different campaigns so as to support multilingual content offered by my website. All the campaigns are initiated at about the same time everyday. Out of these 10-11 campaigns, only about 1-2 campaigns are delivered successfully in the very first attempt (at the same time when I initiate them), all of the other campaigns though get stuck either after sending a few mails or at 0, with the 'Progress' status bar showing that the process is working.
I tried to restart the app, and once every three-four restarts, 1-2 of the campaigns currently in the 'running' status change their status to 'finished', but all the others still remain in the 'running' state.
I was initially using 'v2.2.0', but after I found this bug there, I then downgraded to 'v2.1.0', after which the problem persisted, and the campaigns again failed to move to the 'finished' status. It has been about three hours now, (plus I have encountered this before and was able to send my older campaigns after multiple restarts), and the 'running' campaigns still show 'a few seconds', only when the campaign is finished is when it updates the message to something else like '1 hour' etc.
Is it possibly a settings issue? My current settings are -
Screenshots:
The text was updated successfully, but these errors were encountered: