• Resolved michaellawrence

    (@michaellawrence)


    I am using WP Crontrol to see how many actions my Woocommerce site is running in the background. I see this

    HOOK: action_scheduler_run_queue

    ARGUMENT: WP CRON

    ACTION: ActionScheduler_QueueRunner->run()
    app/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php:123

    RECURRANCE: Every Minute

    Is this normal? If not, now do I reduce that action? Seems like it’s a heavy burden on the server to have that running every minute

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Kaushik S. a11n

    (@kaushiksomaiya)

    Hi there @michaellawrence!

    Thanks for contacting us.

    As per the documentation here: https://actionscheduler.org/perf/, performance has been taken into consideration in the Action Scheduler.

    Even though it runs every minute, that is just to check if any tasks have been scheduled, it will not cause any issues.

    You can modify the recurrence by editing the hook using WP Crontrol plugin. (There’s an edit link where you see action_scheduler_run_queue hook)

    I hope this helps! ??

    Thread Starter michaellawrence

    (@michaellawrence)

    Ok thank you, this is very helpful!

    Plugin Support con

    (@conschneider)

    Engineer

    Anytime :).
    I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Kind regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Action Scheduler in Woocommerce, every minute?’ is closed to new replies.