Replies: 1
I am receiving the following Deadlock error relating to the ‘_transient_wpseo_total_unindexed_post_limited’ option in the WP options table.
The error message in the debug log is:
WordPress database error Deadlock found when trying to get lock; try restarting transaction for query DELETE FROM wp_options WHERE option_name= _transient_wpseo_total_unindexed_posts_limited made by do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Admin\Indexing_Notification_Integration->maybe_create_notification, Yoast\WP\SEO\Integrations\Admin\Indexing_Notification_Integration->should_show_notification, Yoast\WP\SEO\Helpers\Indexing_Helper->get_limited_filtered_unindexed_count, Yoast\WP\SEO\Helpers\Indexing_Helper->get_limited_unindexed_count, Yoast\WP\SEO\Actions\Indexing\Abstract_Indexing_Action->get_limited_unindexed_count, get_transient, delete_option
I have run the
‘DELETE FROM wp_options WHERE option_name = _transient_wpseo_total_unindexed_posts_limited’
query but the problem persists.