Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 21
---
title: Optimize admin worker calls
issue: NEXT-8112
author: Oliver Skroblin
author_email: [email protected]
author_github: @OliverSkroblin
---
- Added
\Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener
to stop the message queue worker when no message is inside the queue.
- Changed
core/worker/admin-worker.worker.js
to set a timeout when no message handled.