Model
ScheduleRenditionsUpdate
Magento\MediaGalleryRenditions\Model\Queue\ScheduleRenditionsUpdate
What it does
This class schedules asynchronous rendition updates for media gallery images by publishing paths to a message queue.
Developers use this when they need to trigger the generation or regeneration of image renditions (thumbnails, resized versions) without blocking the main request, typically after uploading or modifying media assets.
Public Methods
- execute()