Subscriptions Scheduled Action Errors

You are here:

WooCommerce Subscriptions uses a library called Action Scheduler in order to process scheduled events, like renewal payments or subscription expirations. If an error occurs when processing a scheduled subscription payment for WooCommerce Subscriptions, a notice may appear in the admin dashboard to alert store managers to this error.

This guide will explain why this notice is displayed, likely causes of the issue, steps to diagnose the cause, and how to fix the problem or get help.

Scheduled Action Timeout Notice

As mentioned in Action Scheduler housekeeping, if an action has been “running” for more than five minutes, it is considered to have timed out and is marked as failed. This is because if an action has been running for that length of time, it is likely not actually running at all. When a subscription-related action fails due to a timeout, a notice is displayed in the admin dashboard.

blank
Scheduled Action Error Notice

Fixing Affected Subscriptions

Step 1 – Finding the Affected Subscription

The notice that appears after an action timeout contains a note with the subscription number and a link to the edit subscription page for that subscription. This can be used to investigate if there are issues with the last renewal payment for that subscription that need to be manually addressed.

Step 2 – Tracking When the Payment Process Was Affected

The first step to this is to see if payment was actually affected. This can be done by tracking when the payment process was affected.

Tracking the Renewal Process

For a renewal order, each stage of the renewal process is documented on the subscription in its notes. To view this process:

  1. Go to the WooCommerce > Subscriptions > Edit Subscription screen
  2. View the Subscription notes 

     

    blank
    WooCommerce Edit Subscription – Notes
  3. The normal process for a renewal follows:
    1. When a renewal is due, the subscription is moved to an On-hold status
    2. An order is created to record the renewal
    3. If the subscription is on automatic renewals, the order attempts to process payment and may mark complete
    4. Once payment is complete, the subscription is moved to Active status 

       

      blank
      Subscription Notes – Successful Renewal
  4. Each step above records the date and time at which it was processed.

Comparisons can be made between the payment process and the failed action in order to find out when the process timed out.

Failure Before Payment

If the renewal order was created but the payment was not marked complete, the process may have stalled before payment was processed. This can be indicated if the time of failure of the action, as found above, is close to the time of the creation of the renewal order.

To make sure that the payment was not captured, there are a couple steps to take.

  1. Go to the created order, linked to in the Subscription notes
  2. Check the Order notes on the order to see if the status changed and the payment was processed

     

    blank
    Order Notes – Payment Complete
  3. Log in to the chosen payment gateway’s store account and check if the charge was captured for that order.

If there is no charge, then the processed stalled before payment was taken.

Failure After Payment

If payment was captured but the order was not marked Processing or Complete or the subscription was not transitioned to an Active status, then the process stalled after payment. This can be indicated if the time of failure of the action, as found above, occurs after the payment was marked complete.

Step 3 – Fixing Affected Subscriptions and Orders

Affected Before Payment

If payment was not captured:

  1. On the existing renewal order, change the status to Cancelled and Update.
  2. Set the subscription status to Active and Update.
  3. Choose Process renewal from the subscription option dropdown.
  4. This will then create a new renewal order, which should process as normal.

Affected After Payment

If payment was captured but the order and subscription were not updated:

  1. If the renewal order was not marked Processing or Complete, change the status to the appropriate status. This will also update the subscription to Active.
  2. If only the subscription was not transitioned, set the subscription status to Active.

Diagnosing the Cause

It’s impossible to programmatically identify the cause of a timeout. Instead, they always require manual investigated, which is why this notice is displayed. There are a number of possible causes, as outlined below, which should be explored to find the cause of the timeout.

Subscriptions Version

These timeouts, and thus the error notices, are expected to be extremely rare occurrences with Subscriptions 2.4.3 or newer.

If this notice appears on a site running a version of Subscriptions less than 2.4.3, the first step is to update the Subscriptions version.

If a site is currently running a Subscriptions version greater than or equal to 2.4.3, the version of Subscriptions at the time of the error should be checked. Even if Subscriptions has since been updated, it is important to note what version was running at the time the notice first appeared.

In order to check the version of Subscriptions running when the error occurred:

  1. Review the WCS Upgrade log and the Failed Scheduled Actions log
  2. Compare the time the error is logged in the Failed Scheduled Actions log to the version running at that time, as found in the WCS Upgrade log

If a Subscriptions version less than 2.4.3 was running at the time of the error and Subscriptions has since been updated, the underlying issue has likely been resolved.

If the version of Subscriptions was newer than that at the time of the error, further investigation is needed.

PHP Time Limit

The PHP time limit is the amount of time the server will spend on a single process before timing out. A time limit that is too short can cause processes to time out. A common default value is 30 seconds, and many managed hosts provide a longer timeout period.

To find the PHP time limit for your server:

  1. Go to WooCommerce > Status to view the system status
  2. Scroll down to the Server environment section
  3. View the PHP time limit 

     

    blank
    PHP Time Limit

If this limit is below 30 seconds, we recommend increasing it to avoid scheduled action timeouts.

To change this limit, contact your hosting provider and discuss with them the best way to change the time limit if possible.

Large Number of Timeouts

This kind of notice and timeout is expected to be a very infrequent occurrence, and certainly not something that occurs repeatedly. In sites where there are dozens of timeouts or more, there is likely a critical underlying problem causing the timeouts that will need to be addressed.

To check the number of timeouts review the Failed Scheduled Actions log.

If there are many timeouts, please open a support ticket.

Further Help

If you would like further assistance, please open a support ticket.

In the support ticket, please include the system status, so we can find your site’s PHP time limit and plugin versions, and the name of your host, so we can investigate their specific server limitations. If in Step 1 you were able to determine the active version of Subscriptions at the time of the error, include this as well. Please also include an admin login so that we can access your site.

Was this article helpful?
Dislike 0
Views: 16