MageSmith
queue · Magento 2.4.9 (extracted from source · curated examples)

queue:consumers:start

Starts a single consumer to process queued messages. Run via supervisor in production.

Synopsis

bin/magento queue:consumers:start [--max-messages=<n>] [--multi-process=<n>] [--single-thread] <consumer>

Arguments

consumer
Consumer name from queue:consumers:list

Options

--max-messages
Stop after processing N messages
--multi-process
Spawn N worker processes
--single-thread
Force single-threaded mode

Examples

Run the bulk-async consumer with a message ceiling — typical supervisord pattern.

bin/magento queue:consumers:start async.operations.all --max-messages=10000

Every Magento dev tool, in one hosted workspace.

Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.