pimcore / data-importer

This extension adds a comprehensive import functionality to Pimcore Datahub.
Other
38 stars 56 forks source link

fix permanent lock of sequential command, when an error occurs #402

Closed aweichler closed 4 months ago

aweichler commented 4 months ago

When an error (PHP \Error) occurs the command crashed and did not release the lock. After that it is not possible to rerun the sequential import command. This pull request fixes this issue.

fashxp commented 4 months ago

thx very much, could you please rebase to 1.8?