Your software
My Mautic version is: 5.1.0
My PHP version is: 8.2.23
My Database type and version is:
11.4.3-MariaDB-ubu2204
Your problem
My problem is:
I have this error every 2-3 sec in log
[2025-03-19T18:46:02.447684+00:00] console.CRITICAL: Error thrown while running command “messenger:consume doctrine --time-limit=3600”. Message: “The receiver “doctrine” does not exist. Valid
receivers are: email, hit, failed.” {“exception”:“[object] (Symfony\Component\Console\Exception\RuntimeException(code: 0): The receiver "doctrine" does not exist. Valid receivers are: em
ail, hit, failed. at /var/www/html/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php:169)”,“command”:“messenger:consume doctrine --time-limit=3600”,“message”:“The receiver "doctrine" does not exist. Valid receivers are: email, hit, failed.”} {“hostname”:“mautic-1”,“pid”:611963}
These errors are showing in the log:
prod-2025-03-19.php
Then its maybe triggered via a different cron.Cron jobs can be managed in different places. Did you install Mautic from github with composer or any other image? Its definitely related to your individual installation.
i think it was installed via composer, at least some additional modules like for mautic+sendgrid.
I’ve tried grep for doctrine in web dir, /etc/cron*, /var/spool/cron/* - nothing similar to “messenger:consume doctrine”. Maybe it was changed in src files - is there any path to check files consistency?