From 75d1382a7d2e635cc1545a3c9dd2acc31cd74e0f Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Mon, 22 Apr 2024 14:44:25 +0100 Subject: [PATCH 1/2] 12922 --- docs/configuration/cron_jobs.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/cron_jobs.rst b/docs/configuration/cron_jobs.rst index 433d6f21..7a97b327 100644 --- a/docs/configuration/cron_jobs.rst +++ b/docs/configuration/cron_jobs.rst @@ -73,6 +73,8 @@ By default, the script processes Contacts in batches of 100. If this is too many You can also limit the number of Contacts to process per script execution using ``--max-events`` to further limit resources used. +Since Mautic 5.1, Campaigns are triggered from newest to oldest. This allows you to process newer Campaigns with higher priority. + .. vale off **To send frequency rules rescheduled marketing Campaign messages:** Messages marked as *Marketing Messages* - such as Emails as part of a marketing Campaign - get held in a message queue IF frequency rules are setup as either system wide or per Contact. To process this queue and reschedule sending these messages, add this cron job: From ba30b1e7b28a7551111d40af25cbde5ec1a1c657 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Mon, 22 Apr 2024 14:44:50 +0100 Subject: [PATCH 2/2] Vale fix --- docs/configuration/cron_jobs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/cron_jobs.rst b/docs/configuration/cron_jobs.rst index 7a97b327..88083138 100644 --- a/docs/configuration/cron_jobs.rst +++ b/docs/configuration/cron_jobs.rst @@ -73,7 +73,7 @@ By default, the script processes Contacts in batches of 100. If this is too many You can also limit the number of Contacts to process per script execution using ``--max-events`` to further limit resources used. -Since Mautic 5.1, Campaigns are triggered from newest to oldest. This allows you to process newer Campaigns with higher priority. +Since Mautic 5.1, Mautic triggers Campaigns in order from newest to oldest. This allows you to process newer Campaigns with higher priority. .. vale off