Model
FetchRenditionPathsBatches
Magento\MediaGalleryRenditions\Model\Queue\FetchRenditionPathsBatches
What it does
This class fetches media rendition file paths from the .renditions directory in batches for processing.
Developers would use this when implementing background jobs or queue consumers that need to process image renditions in manageable chunks, avoiding memory issues with large media libraries.
Public Methods
- execute()