My Mautic version is: 3.3.4
My problem is: Pending actions in campign
I have a simple campaign, the data of which comes from the selected form.
The user fills in the form and the campaign has 3 tasks: add 5 points, change tag and segment.
6 users completed the form a few days ago.
In the “action” field you can see the picture below and the campaign has not been carried out all the time, but it is “Pending actions”
Why?
What exactly does “Pending actions” mean and what are we waiting for?
Check inside Mautic → Settings → System Settings → Logs
Check your web server logs there should be a file (if configured correctly) mautic.error
also try I would go and try run the jobs manually from the terminal
/mautic/app/console mautic:campaigns:update -i [the number of your campaign]
/mautic/app/console mautic:campaigns:trigger -i [the number of your campaign]
The only entry in the logs is an error related to the new version and update procedure.
[11/23/2021 15:05:24] mautic.ERROR: UPDATE CHECK: Could not fetch a release list: 403 (rate limit exceeded)
Not my, but the same error > for more info: An error occurred while checking for updates
However, this is a completely different matter
Check your web server logs there should be a file (if configured correctly) mautic.error
I don’t have such a file.
Do you know a more precise location?
also try I would go and try run the jobs manually from the terminal
Okay, I have to try
I noticed something.
Everything worked up to 3.2.4 (previous campaigns and segments still work) after upgrading to 3.3.4 a few things don’t work.
New campaigns and segments created in 3.3.4 do not work
I don’t think the cron is running, although it is done correctly and there are no bugs.