webgriffe / SyliusAkeneoPlugin

Plugin allowing to import data from Akeneo PIM to your Sylius store.
https://webgriffe.github.io/SyliusAkeneoPlugin/
MIT License
23 stars 3 forks source link

[BUG] - If you are using two concurrency messenger consume process you will get an error while importing files #175

Closed lruozzi9 closed 11 months ago

lruozzi9 commented 11 months ago

If you are using two separate messenger consume processes you will get an error while importing some products due to a file not found or not existing. The problem is given by the Webgriffe\SyliusAkeneoPlugin\TemporaryFilesManager::deleteAllTemporaryFiles() method that will delete ALL temporary images/files and not only the ones from the current product/entity imported.

lruozzi9 commented 11 months ago

Still open.