Title: WooCommerce Analytics &#8211; Scheduler Actions
Last modified: February 17, 2026

---

# WooCommerce Analytics – Scheduler Actions

 *  Resolved [tomenr](https://wordpress.org/support/users/tomenr/)
 * (@tomenr)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/)
 * Unfortunately, I am having a problem with Scheduled Actions. Action Scheduler:
   23 past-due actions found; something may be wrong. Apparently something is not
   working and I can no longer see the updated statistics.

Viewing 6 replies - 16 through 21 (of 21 total)

[←](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/?output_format=md)
[1](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/?output_format=md)
2

 *  Plugin Support [Ejay F – a11n](https://wordpress.org/support/users/ejayfernandes/)
 * (@ejayfernandes)
 * [1 month ago](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/page/2/#post-18841993)
 * Hi there,
 * Since there’s been no recent activity on this thread, I’m marking it as resolved.
   Don’t hesitate to start a new thread if you need help in the future.
 * If you have a few minutes, we’d love if you could leave us a review: [https://wordpress.org/support/plugin/woocommerce/reviews/](https://wordpress.org/support/plugin/woocommerce/reviews/)
 *  Thread Starter [tomenr](https://wordpress.org/support/users/tomenr/)
 * (@tomenr)
 * [3 weeks ago](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/page/2/#post-18856789)
 * Hi, sorry for my delayed response.
   I run the conflict test on a staging website,
   but nothing new has happened. I stille have more then 1000 past-due-actions[https://image2url.com/r2/default/images/1773929805976-8472b0b1-4d47-48f1-b17c-86812e641238.png](https://image2url.com/r2/default/images/1773929805976-8472b0b1-4d47-48f1-b17c-86812e641238.png)
 *  Thread Starter [tomenr](https://wordpress.org/support/users/tomenr/)
 * (@tomenr)
 * [3 weeks ago](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/page/2/#post-18856808)
 * I see a lot of these hooks:
 * woocommerce_run_update_callback
    - `'update_callback' => 'wc_update_1060_add_woo_idx_comment_approved_type_index'`
 *  Plugin Support [LovingBro (woo-hc)](https://wordpress.org/support/users/lovingbro/)
 * (@lovingbro)
 * [3 weeks ago](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/page/2/#post-18857108)
 * Hi [@tomenr](https://wordpress.org/support/users/tomenr/),
 * From what you have shared and the screenshot, the issue appears to be tied to
   stalled **Action Scheduler** tasks, particularly those related to database updates
   like `woocommerce_run_update_callback`. When these pile up, imports and analytics
   processing can get stuck.
 * Here are a few steps that should help move things forward:
    1. **Run pending scheduled actions manually**
       Go to **WooCommerce > Status > Scheduled
       Actions**, filter by “Pending” and “Past-due”, then try running a few actions
       manually to see if they complete or fail.
    2. **Check for fatal errors**
       Navigate to **WooCommerce > Status > Logs** and look
       for recent fatal errors, especially related to database updates or Action Scheduler.
    3. **Increase server resources temporarily**
       Imports and database updates can be
       resource intensive. If possible, increase:
    4.  - PHP memory limit to at least 256M
        - Max execution time
        - Ensure WP-Cron is running properly
    5. **Run WP-Cron manually**
       If WP-Cron is not firing reliably, you can trigger 
       it manually by visiting:`https://your-site.com/wp-cron.php?doing_wp_cron`
    6. **Retry the import**
       After clearing or processing some actions, try clicking**
       Re-import Data** again.
    7. **Check for plugin or theme conflicts**
       Since you mentioned testing on staging,
       kindly confirm if the issue persists with only WooCommerce active and a default
       theme like Storefront.
 * To take a closer look, could you share your full System Status Report via:
   WooCommerce
   > Status > Get system report, then paste it to [https://pastebin.com](https://pastebin.com/)
   or [https://gist.github.com](https://gist.github.com/) and share the link here
 * Also, if you notice any specific errors when running scheduled actions manually,
   a screenshot via [https://snipboard.io](https://snipboard.io/) would be very 
   helpful.
 * Looking forward to your update so we can narrow this down further.
 *  Thread Starter [tomenr](https://wordpress.org/support/users/tomenr/)
 * (@tomenr)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/page/2/#post-18861131)
 * I was checking your list and in “Site Health Status” I got this recommended improvement:
 * Your PHP opcode cache’s interned strings cache needs more RAM allocated to it.
   Performance
 * 500 megabytes are allocated to PHP’s opcode cache. It is 50% full. [Learn how to configure it.(opens in a new tab)](https://php.net/manual/en/opcache.configuration.php#ini.opcache.memory-consumption)
   
   8 megabytes are allocated to the opcode cache’s strings buffer. It is full. [Learn how to configure it.(opens in a new tab)](https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.interned-strings-buffer)
   Ask your hosting provider to increase the opcache.interned_strings_buffer directive
   in php.ini, setting it to at least 24.Could it be related to the issue?
 *  Plugin Support [shahzeen(woo-hc)](https://wordpress.org/support/users/shahzeenfarooq/)
 * (@shahzeenfarooq)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/page/2/#post-18861142)
 * Hi there,
 * Thanks for sharing the details. The **Site Health recommendation** about the 
   PHP opcode cache and interned strings buffer could potentially affect performance,
   especially if your site is handling large imports or processing many scheduled
   actions at once. A small buffer can slow down PHP execution and may lead to timeouts
   or incomplete imports.
 * I recommend reaching out to your hosting provider to increase the `opcache.interned_strings_buffer`
   in your `php.ini` (as suggested, at least 24MB). After that, try importing your
   historical data again — this often resolves performance-related import issues.
 * Once you make this change, if the import still fails or the past-due actions 
   remain high, let us know so we can investigate further.

Viewing 6 replies - 16 through 21 (of 21 total)

[←](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/?output_format=md)
[1](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/?output_format=md)
2

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwoocommerce-analytics-scheduler-actions%2Fpage%2F2%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [scheduled actions](https://wordpress.org/support/topic-tag/scheduled-actions/)

 * 21 replies
 * 4 participants
 * Last reply from: [shahzeen(woo-hc)](https://wordpress.org/support/users/shahzeenfarooq/)
 * Last activity: [2 weeks, 2 days ago](https://wordpress.org/support/topic/woocommerce-analytics-scheduler-actions/page/2/#post-18861142)
 * Status: resolved