Skip to content

Do the marketing record activity in the queue

This avoid to block the cron for a long period if there is a lot of record activities to process. In case of failure the record activities will be retried. And in case of long delay in the queue, the record activities will not be processed twice thanks to the transition filter of the workflow and the lock when updating state field.

Closes #13146

Merge request reports