• Resolved bsorenson

    (@bsorenson)


    I have been seeing extremely high (80%+) CPU usage on my site and have dug deeper each day and arrived at woocommerce_deliver_webhook_async being the liekly problem. Whatever this job is, it is piling up pending actions faster than I can delete them in an attempt to fix the CPU usage issue. Has anyone else seen this issue, know what causes it, or know how to remedy it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mashi

    (@shaonback2)

    Hello @bsorenson!

    Can you please try the suggestion of this thread and see if that works?

    Please note that we provide no warranty or support for custom code or 3rd party plugins. Use them at your own risk.

    **Also: Before you do that, please do make a full backup!**

    A WP-CLI command to look at using would be.

    wp post delete $(wp post list --post_type='woocommerce_deliver_webhook_async' --format=ids)

    • This reply was modified 4 years, 1 month ago by Luke Cavanagh. Reason: clarify code
    Igor H

    (@ihereira)

    Hi,

    We haven’t heard back from you in a while (I think you have been able to find a solution), so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘woocommerce_deliver_webhook_async Running constantly’ is closed to new replies.