Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Smikey

    (@smikey)

    Hi @mosesmedh Thanks for your repsonse. A few questions tho.

    1. Run Pending Actions Manually:
    Go to Tools > Scheduled Actions in your dashboard, and attempt to run the overdue actions manually. If there are many actions, you may need to process them in smaller batches.

    I can’t see an option to do this in bulk, only one by one.

    2. Clear Stuck Actions:
    Filter for “Failed” or “Overdue” actions and delete any that appear to be stuck. This may help the system trigger new actions.

    I deleted those actions now.

    3. Optimize Server Cron Jobs:
    Ensure WP Cron is working properly by adding the following to your wp-config.php:

    define('DISABLE_WP_CRON', false);

    Changed this!

    4. Increase PHP Limits:
    To handle larger tasks, increase the PHP memory and execution time limits by adding or edit this to your wp-config.php:

    define('WP_MEMORY_LIMIT', '512');set_time_limit(300);

    Changed this also

    5. Use WP CLI:
    If you’re comfortable with WP CLI, run the following command to process overdue actions:

    wp action-scheduler run --since=now --batch=500
    

    i’m not al that familiar or comfortable with WP Cli unfortunate.

    Also, were you able to complete the import successfully, or did it fail? If the import failed, I suggest reaching out to WP All Import support or creating a topic in their forum for further assistance.

    The imports did not fail, all the products are imported succesfully.

    Is there another way to do this in bulk perhaps?

    Thread Starter Smikey

    (@smikey)

    In the to i have [recipient], and in the from: KC Brummen <[recipient]> where i get the error: ! (configuration error) The e-mail address of the sender does not belong to the domain name of the site.

    Thread Starter Smikey

    (@smikey)

    To: [recipient]
    From: KC Brummen <[recipient]>
    Reply-To: [email]

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