BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

Complete import stop after import first 100 rows #114

Open betterapp opened 1 year ago

betterapp commented 1 year ago

Hello

We have dataport that update data from XLS file.

When we try to make Complete Import we see that import process start:

image

but is stopped after import 100 records.

What we should check ? There is no any error in log.

We use: PimCore 6.9 DD: 3.2.39

betterapp commented 1 year ago

And now other DataPort only queue files to process but not process them

image

BlackbitDevs commented 1 year ago

When we try to make Complete Import we see that import process start: but is stopped after import 100 records.

Please upgrade DD or write to info@blackbit.de - we cannot provide support for such old versions for free.

And now other DataPort only queue files to process but not process them

Please run bin/console data-director:process-queue and check if there are any errors. If this runs fine, please check if bin/console debug:config blackbit_data_director queue_processing.automatic_start returns true - otherwise queued jobs will not be processed automatically.