Shop verschickt die E-Mail benachrichtigungen zig mal "8x"

Ich habe aktuell das Problem, dass unter anderem die Bestellbestätigung und weitere Benachrichtigungen 8x an den Kunden verschickt werden.

Die Cronjobs sind wie folgt eingerichtet.

* * * * * www-data (/var/www/shop/bin/console scheduled-task:run --time-limit=59 --memory-limit=512M)
* * * * * www-data (/var/www/shop/bin/console messenger:consume failed async low_priority --time-limit=59 --memory-limit=512M)

Shopware 6.6.6.1

Habe ich hier einen Fehler in den Cronjobs?

Ausgehend von Shopware 6 Cronjob in wenigen Schritten einrichten | Atloss und Shopware 6 - Tutorials and FAQ - Message Queue and Scheduled Tasks scheinen die cronjobs io zu sein.
Könnte der Zusatz „failed“ die Ursache dafür sein?

Scheduled task runner stopped due to time limit of 59s reached
 [OK] Consuming messages from transports "async, low_priority".                 

 // The worker will automatically exit once it has exceeded 512M of memory, been
 // running for 59s or received a stop signal via the messenger:stop-workers    
 // command.                                                                    

 // Quit the worker with CONTROL-C.                                             

 // Re-run the command with a -vv option to see logs about consumed messages.   

Ich habe testweise einmal von Frog das MailArchive installiert.
Dort werden die Mails als Pending angezeigt, als ob Shopware den Status intern einfach nicht setzt.

In den Cronjob-Mails sind auch keine Hinweise enthalten, dass es ein Problem gibt.