You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need some education on how the three roles in the example compose work together, specifically on sending emails using doctrine. I have the docker services running and sending emails using doctrine://default. However, regardless of what I have in /opt/mautic/cron/mautic, the emails send immediately, not waiting on the cron timing. I'm sure I'm just not going about it the right way, but I don't know where I'm going wrong.
I need some education on how the three roles in the example compose work together, specifically on sending emails using doctrine. I have the docker services running and sending emails using doctrine://default. However, regardless of what I have in /opt/mautic/cron/mautic, the emails send immediately, not waiting on the cron timing. I'm sure I'm just not going about it the right way, but I don't know where I'm going wrong.
Thank you for the help.
Here's my compose:
Here's my /opt/mautic/cron/mautic
0,15,30,45 * * * * php /var/www/html/bin/console mautic:segments:update 2>&1 | tee /tmp/stdout
1,16,31,46 * * * * php /var/www/html/bin/console mautic:campaigns:update 2>&1 | tee /tmp/stdout
2,17,32,47 * * * * php /var/www/html/bin/console mautic:campaigns:trigger 2>&1 | tee /tmp/stdout
3,18,33,48 * * * * php /var/www/html/bin/console messenger:consume email
The text was updated successfully, but these errors were encountered: