-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
The ticket ‘action_scheduler_run_queue’ is closed to new replies.