Hi,
I’m currently maintaining two client websites with very similar configurations, both running WooCommerce 10.0.4, and they are still experiencing the same issue with the woocommerce_refresh_order_count_cache hook being scheduled repeatedly.
As a temporary workaround, I’ve set up a server cron job that cleans the actionscheduler_actions table every few minutes to prevent the database from being flooded. However, this approach has a side effect: WooCommerce Analytics sometimes doesn’t update correctly, presumably because some actions that are part of the analytics refresh process get removed before they can run.
Could the development team confirm whether this is still under review, or if there’s a more reliable workaround until a permanent fix is released?
Thank you!