Model
BulkManagement
Magento\AsynchronousOperations\Model\BulkManagement
What it does
This class manages bulk asynchronous operations in Magento 2, allowing developers to schedule multiple operations for background processing, retry failed operations based on error codes, and delete bulk operation summaries.
Use it when you need to execute large-scale tasks asynchronously, such as mass product imports, price updates, or order processing, by publishing operations to message queues for consumer processing.
Public Methods
- scheduleBulk()
- retryBulk()
- deleteBulk()