• Resolved holdusback

    (@holdusback)


    Hey there,

    I started to have a msg on my WP admin board “Action Scheduler: 1 past-due action found; something may be wrong. Read documentation »”

    hook : action_scheduler/migration_hook
    Status : Failed
    Group : action-scheduler-migration
    Recurrence : Non-repeating

    Here is the error log :
    action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.

    And I have 2884 log line of this one.

    After a full search of this specific cron which I absolutely dont know, I find out it’s created by this plugin (which I use weekly, insanely good plugin)
    into \lib\action-scheduler\classes\migration\Scheduler.php

    Tried to search on internet it look Woocomerce related, which I never used.


    Can you help me to sort it out ?

    Keep up the good work!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @holdusback,

    I use this library for periodic imports. It is possible that your site is not receiving enough traffic for all the cron tasks to run correctly (not the ones of this plugin, the WordPress cron tasks in general but there may appear some related message).

    I recommend you to use a cron based on the operating system for your WP: https://easyengine.io/tutorials/wordpress/wp-cron-crontab/

    Thread Starter holdusback

    (@holdusback)

    Thanks for your answer !

    I assume that’s why it’s only on my development environment and not on my production. Understanding your message its because there is not enough traffic on this specific wordpress env ?

    Cause on my production environment I dont have this error, only my development one.

    Have a good day!

    • This reply was modified 2 years, 2 months ago by holdusback.
    Plugin Author Javier Carazo

    (@carazo)

    Yes, exactly, but wow, the idea is that a cron of this kind of web application should always be called by a real cron of a system that runs all the time as the operating system.

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

The topic ‘action_scheduler/migration_hook always fail’ is closed to new replies.