Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 478 Bytes

2020-12-28-optimize-admin-worker-calls.md

File metadata and controls

12 lines (12 loc) · 478 Bytes
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:       o.skroblin@shopware.com
author_github:      @OliverSkroblin
---

Core

  • Added \Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener to stop the message queue worker when no message is inside the queue.

Administration

  • Changed core/worker/admin-worker.worker.js to set a timeout when no message handled.