Log in
Model

ProcessManager

Magento\Indexer\Model\ProcessManager

What it does

ProcessManager enables multi-threaded execution of indexing operations in CLI mode to improve performance.

Developers use this class when building custom indexers that need to process large datasets efficiently by splitting work across multiple processes.

It automatically falls back to single-threaded execution when multi-threading isn't available or appropriate.

Public Methods

  • execute()