MassSchedule
Magento\AsynchronousOperations\Model\MassSchedule
What it does
This class schedules and publishes bulk asynchronous operations in Magento 2.
Developers use it to queue multiple operations (like mass product updates or imports) that run in the background, returning an AsyncResponse immediately while the actual work processes asynchronously.
It handles operation creation, bulk management, error tracking, and provides status information for each queued item.
Public Methods
- publishMass()