Nach Migration über Console, Fehler bei messagequeue.sh

Hallo,
nachdem ich eine Migration der Kunden und Bestellung von SW5 auf SW6 über die Console ausgeführt habe bekommen wir über den Cronjob messagequeue.sh im Minutentakt folgende Fehlermeldung:

[OK] Consuming messages from transport "default".                              

 // The worker will automatically exit once it has exceeded 512M of memory, been
 // running for 55s 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.   

10:16:25 WARNING   [messenger] Error thrown while handling message SwagMigrationAssistant\Migration\MessageQueue\Message\ProcessMediaMessage. Sending for retry #1 using 1000 ms delay. Error: "Handling "SwagMigrationAssistant\Migration\MessageQueue\Message\ProcessMediaMessage" failed: Media for id 018dea2461f6737eaf0d60cdf5723602 not found." ["class" => "SwagMigrationAssistant\Migration\MessageQueue\Message\ProcessMediaMessage","retryCount" => 1,"delay" => 1000,"error" => "Handling "SwagMigrationAssistant\Migration\MessageQueue\Message\ProcessMediaMessage" failed: Media for id 018dea2461f6737eaf0d60cdf5723602 not found.","exception" => Symfony\Component\Messenger\Exception\HandlerFailedException { …}]
10:16:25 CRITICAL  [console] Error thrown while running command "messenger:consume default --time-limit=55 --memory-limit=512M". Message: "Malformed UTF-8 characters, possibly incorrectly encoded" ["exception" => Symfony\Component\Serializer\Exception\NotEncodableValueException { …},"command" => "messenger:consume default --time-limit=55 --memory-limit=512M","message" => "Malformed UTF-8 characters, possibly incorrectly encoded"]

In JsonEncode.php line 52:
                                                            
  Malformed UTF-8 characters, possibly incorrectly encoded  
                                                            

messenger:consume [-l|--limit LIMIT] [-f|--failure-limit FAILURE-LIMIT] [-m|--memory-limit MEMORY-LIMIT] [-t|--time-limit TIME-LIMIT] [--sleep SLEEP] [-b|--bus BUS] [--queues QUEUES] [--no-reset] [--] [<receivers>...]

Kann mir jemand vielleicht sagen was das ist und wie man den Fehler ggf. beheben kann?

Mein Provider hat das memory_limit von 512 auf 1024 angegeben und gleichzeitig habe ich die Warteschlage der noch ausstehenden Aufgaben zurückgesetzt, jetzt kommt der Fehler nicht mehr.