How to resolve “WooCommerce is updating product data in the background” taking longer than expected

If you’re running WooCommerce 3.6 or later (and I truly hope you are), and have a large product catalog, you might have ran into the issue where this admin notice is lingering longer than you think it should. This can cause issues with filters on the front end of a shop being inaccurate or non-functional, as well as the noted sorting and reporting discrepancies. As the message indicates, for this install, we’ve disabled the default WP cron and run a scheduled server cron via wp-cli. This helps offload these sorts of processor intensive tasks from happening when users load your website, but it can sometimes mean queues such as this one get a little backed up. I’ve often found this issue on sites that use bulk editing plugins to make thousands of product updates at …

How to resolve “WooCommerce is updating product data in the background” taking longer than expected Read More »