WordPress database error Deadlock
-
We get this series of database deadlock errors every couple of days. Referencing WP Mail SMTP. Any ideas? Thanks!
[18-Apr-2024 14:54:56 UTC] WordPress database error Deadlock found when trying to get lock; try restarting transaction for query INSERT INTO vo_actionscheduler_actions (
hook
,status
,scheduled_date_gmt
,scheduled_date_local
,schedule
,group_id
,priority
,args
) SELECT 'wp_mail_smtp_queue_process', 'pending', '2024-04-18 14:54:56', '2024-04-18 15:54:56', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1713452096;s:18:\"\0*\0first_timestamp\";i:1713452096;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1713452096;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}', 2, 10, '[null]' FROM DUAL WHERE ( SELECT action_id FROM vo_actionscheduler_actions WHERE status IN ( 'pending', 'in-progress' ) AND hook = 'wp_mail_smtp_queue_process' ANDgroup_id
= 2 LIMIT 1 ) IS NULL made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WPMailSMTP\Core->get_tasks, WPMailSMTP\Tasks\Tasks->init, WPMailSMTP\Tasks\Queue\ProcessQueueTask->init, WPMailSMTP\Tasks\Task->register, WPMailSMTP\Tasks\Task->register_recurring, as_schedule_recurring_action, ActionScheduler_ActionFactory->create, ActionScheduler_ActionFactory->store_unique_action, ActionScheduler_DBStore->save_unique_action, ActionScheduler_DBStore->save_action_to_db [18-Apr-2024 14:54:56 UTC] WordPress database error Deadlock found when trying to get lock; try restarting transaction for query INSERT INTO vo_actionscheduler_actions (hook
,status
,scheduled_date_gmt
,scheduled_date_local
,schedule
,group_id
,priority
,args
) SELECT 'wp_mail_smtp_queue_process', 'pending', '2024-04-18 14:54:56', '2024-04-18 15:54:56', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1713452096;s:18:\"\0*\0first_timestamp\";i:1713452096;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1713452096;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}', 2, 10, '[null]' FROM DUAL WHERE ( SELECT action_id FROM vo_actionscheduler_actions WHERE status IN ( 'pending', 'in-progress' ) AND hook = 'wp_mail_smtp_queue_process' ANDgroup_id
= 2 LIMIT 1 ) IS NULL made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WPMailSMTP\Core->get_tasks, WPMailSMTP\Tasks\Tasks->init, WPMailSMTP\Tasks\Queue\ProcessQueueTask->init, WPMailSMTP\Tasks\Task->register, WPMailSMTP\Tasks\Task->register_recurring, as_schedule_recurring_action, ActionScheduler_ActionFactory->create, ActionScheduler_ActionFactory->store_unique_action, ActionScheduler_DBStore->save_unique_action, ActionScheduler_DBStore->save_action_to_db [18-Apr-2024 15:20:14 UTC] WordPress database error Deadlock found when trying to get lock; try restarting transaction for query INSERT INTO vo_actionscheduler_actions (hook
,status
,scheduled_date_gmt
,scheduled_date_local
,schedule
,group_id
,priority
,args
) SELECT 'wp_mail_smtp_queue_process', 'pending', '2024-04-18 15:20:14', '2024-04-18 16:20:14', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1713453614;s:18:\"\0*\0first_timestamp\";i:1713453614;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1713453614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}', 2, 10, '[null]' FROM DUAL WHERE ( SELECT action_id FROM vo_actionscheduler_actions WHERE status IN ( 'pending', 'in-progress' ) AND hook = 'wp_mail_smtp_queue_process' ANDgroup_id
= 2 LIMIT 1 ) IS NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WPMailSMTP\Core->get_tasks, WPMailSMTP\Tasks\Tasks->init, WPMailSMTP\Tasks\Queue\ProcessQueueTask->init, WPMailSMTP\Tasks\Task->register, WPMailSMTP\Tasks\Task->register_recurring, as_schedule_recurring_action, ActionScheduler_ActionFactory->create, ActionScheduler_ActionFactory->store_unique_action, ActionScheduler_DBStore->save_unique_action, ActionScheduler_DBStore->save_action_to_db
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘WordPress database error Deadlock’ is closed to new replies.