-
Notifications
You must be signed in to change notification settings - Fork 289
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
Scheduled Segment Emails not sending out #310
Comments
Having the same issue. @papaslumpf did you managed to fix it? |
I'm having the same issue using v5.2.1. Has anyone made any progress in this? |
Haven't tried to fix it as I'm currently still hoping that someone from the creators of the image will fix this. To fix this you have to create your own image based on mautic/docker-mautic including all the necessary cronjobs as in https://github.com/mautic/docker-mautic/tree/mautic5/common/entrypoint_mautic_cron.sh As I see there are currently only mautic:segments:update , mautic:campaigns:update , and mautic:campaigns:trigger handled. Whatever the reason is. |
Are you saying there are more then these 3? |
Of course, as in my initial post mentioned mautic:broadcasts:send is not triggered within the cron container. Unfortunately this is the relevant command for scheduled segment emails sending out. |
I was able to fix it, i think those crons are setup if you are using queue based (rabbitmq). I'll share the docker compose file i used to make it work. It is a shame that the creators are very very slow to respond and by the looks of the PR, even becoming a contributor is not going to help as they dont even merge basic pull request. |
I think I managed to fix that, I replaced the original cron Mautic file
This is a full cron for all useful stuff and this env on the docker container: Pointing to your RabbitMQ, not really sure what was the issue, but al least for me, is working with these two changes |
On my installation scheduled emails are not sending.
Looking into the configuration of "mautic_cron" instance it seems that setting a cronjob for mautic:broadcasts:send is missing.
Is this by accident or by design?
The text was updated successfully, but these errors were encountered: