avstudnitz / AvS_FastSimpleImport

Wrapper for Magento ImportExport functionality, which imports products and customers from arrays
306 stars 146 forks source link

How to stop import? #406

Closed Triyugi closed 7 years ago

Triyugi commented 7 years ago

If import is in progress and I want to stop it, how it can be possible?

sprankhub commented 7 years ago

It depends on where you started it. On the CLI, you could of course use CTRL+C. From a web interface, it is not really possible. This should not be an issue during dry run. But mind that if you stop the real import, you may end up with orphaned rows in the database.

Triyugi commented 7 years ago

@sprankhub OK. Thanks. Will it stop when the internet connection disturbed?

sprankhub commented 7 years ago

No, the process should keep running on the server AFAIK.

Triyugi commented 7 years ago

@sprankhub OK.