Closed
Description
This issue is automatically created based on existing pull request: #28995: honor queue_consumer.xml maxMessages
Summary (*)
Magento 2.4-develop
The maxMessages="100" attribute in app/code/Magento/MediaStorage/etc/queue_consumer.xml
for instance is not being used. Instead only deployment configuration is used.
Examples (*)
- install vanilla Magento and run
pgrep -fl queue:consumers:start
- see that all consumers have
--max-messages=10000
- apply the PR
- run
pkill -f queue:consumers:start
- wait for cron to restart the consumers
- see that the values from queue_consumer.xml are used with a fallback and max of the deployment config or 10000 if that is not set.
Proposed solution
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.
Type
Projects
Status
Done