• Resolved ercc

    (@ercc)


    Hi,

    I am importing products with a plugin but that is now not possible because there a too much scheduled actions. There are like 64k pending actions. All are from the same hook: woocommerce_deliver_webhook_async.

    I could wait but only 300 actions are processed per day. Then i have to wait longer then 3 months. I can’t wait that long. I need to import my products as quickly as possible.

    What can I do to speed up the proces? It is possible to delete al those actions? And what happens when you delete them?

    Please someone help me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @ercc,

    By default woocommerce_deliver_webhook_async is a one-time event, triggered with wp_schedule_single_event, so after deleting all scheduled actions it should not be triggered anymore.

    You’ll want to look at whatever plugin or custom code is creating those webhooks. Conflict testing might be the way to go in these cases.

    Thanks.

    Thread Starter ercc

    (@ercc)

    Yes I deleted al those pending actions and everything is fine now.

    Thank you

    Mirko P.

    (@rainfallnixfig)

    Great! Thanks for confirming.

    If you have more questions I recommend creating a new topic.

    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘woocommerce_deliver_webhook_async’ is closed to new replies.