Closed basselalaraaj closed 7 years ago
Hello,
This is due to your webserver settings. When export is set to real time the export will start when the url is requested, with allot of products this can take a while and run into your webserver or PHP timeout. It is recommended to setup a cronjob using the console export and disable the real time setting.
php bin/magento tweakwise:export
@Fgruntjes and if we want to use your module for our customers, we have to create a cronjob for every customer? why not adding a cronjob in your module as Magento 1 had? so that your module is always plug and play.
@basselalaraaj This is on our todo list but currently does not have a very high priority. Also created a github issue for it #30
We are happy to accept a pull request if you have the time to fix the issue.
Issue Brief
Exporting a lot products through the realtime function is giving timeout error.
Environment
Steps to reproduce
Actual result
Time out error, Tweakwise does not contain product information.
Expected result
Tweakwise contains all product information.