action_scheduler_run_queue

#112689
  • Resolved Giwamo
    Rank Math free

    Hello
    there is a small problem with the plugin
    action_scheduler_run_queue requires requests every minute and therefore very heavy load
    I do not have woocommerce but due to this problem there are always 508 errors on the site
    Please correct
    at least not every minute, but once an hour or a day

    \wp-content\plugins\seo-by-rank-math\vendor\woocommerce\action-scheduler\classes\ActionScheduler_AsyncRequest_QueueRunner.php

    Line 52: do_action( ‘action_scheduler_run_queue’, ‘Async Request’ ); // run a queue in the same way as WP Cron, but declare the Async Request context
    Line 82: if ( ! has_action( ‘action_scheduler_run_queue’ ) || ActionScheduler::runner()->has_maximum_concurrent_batches() || ! $this->store->has_pending_actions_due() ) {

    \wp-content\plugins\seo-by-rank-math\vendor\woocommerce\action-scheduler\classes\ActionScheduler_QueueRunner.php

    Line 7: const WP_CRON_HOOK = ‘action_scheduler_run_queue’;
    Line 111: * Process actions in the queue. Attached to self::WP_CRON_HOOK i.e. ‘action_scheduler_run_queue’
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    It seems like new tables are not getting created in the Database or some old plugin has left an incorrect entry.

    1. Please follow these steps to fix the issue:
    https://rankmath.com/kb/fatal-error-after-1-0-49-update/

    2. Please follow only the first 2 steps and clear your caches. The following steps mentioned in the article are for advanced users.

    Here’s a video screencast:
    https://i.rankmath.com/KStFug

    Please clear all the cache, including the server after following the above process and that should resolve the issue.

    Hope that helps. Thank you and please don’t hesitate to let us know if you need our assistance with anything else.

    Giwamo
    Rank Math free

    I hope you will correct this error in the next update
    while installed WP Crontrol and installed crowns once a day, not every minute
    it reduced the load

    Hello,

    Are you still experiencing this issue even with our latest update: https://rankmath.com/changelog/

    Please let us know, thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘action_scheduler_run_queue’ is closed to new replies.