Delayed actions are not being executed

Found the problem: it’s related with my RabbitMQ queue settings:

When the action is executed , throws an error vhost mautic/messages not found when trying to send any e-mail using queue:
image

Looks like this PR is settings a /messages at the end of of MAUTIC_MESSENGER_DSN_EMAIL and MAUTIC_MESSENGER_DSN_HIT variables, that causes the problem.

These settings works:

1 Like