• Resolved michaelbroughton

    (@michaelbroughton)


    Hi,
    I am using WP All Export jobs triggered by CRON for scheduled data exports from my WooCommerce websites.

    When the export jobs are triggered manually, everything works as expected and there are no issues. However, when the job is triggered by CRON only variable products are exported and simple products are not picked up by the job.

    After much testing I have identified that this issue appears when the Groups plugin is active on the site. Subsequently, there is something in the plugin that is preventing CRON jobs from accessing all the product types.

    Any idea what this issue could be?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Kento

    (@proaktion)

    Hi,

    I don’t see any relation to Groups itself – but the first thing that I would recommend to check is that PHP memory limits are not exceeded. It’s often the case that you get the symptoms you describe when that happens, disabling a plugin reduces the overall memory footprint and then it appears that the plugin was the culprit.

    It this is still an issue, try raising the memory limit and check it please. I’ll mark this as resolved but feel free to follow up if you still have issues after trying the suggestion.

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with WooCommerce CRON Export Jobs’ is closed to new replies.