PHP Error
-
This plugin works great. Order lookup time went from 10+ seconds to 1-2 seconds
I am seeing an error in my php logs
[08-Apr-2026 10:23:29 UTC] WordPress database error Deadlock found when trying to get lock; try restarting transaction for query
INSERT INTO wp_actionscheduler_actions (hook,status,scheduled_date_gmt,scheduled_date_local,schedule,group_id,priority,args)
SELECT ‘fast_woo_order_lookup_textdex_action’, ‘pending’, ‘2026-04-08 10:23:29’, ‘2026-04-08 10:23:29’, ‘O:28:\”ActionScheduler_NullSchedule\”:0:{}’, 19, 10, ‘[]’ FROM DUAL
WHERE (
SELECT action_id FROM wp_actionscheduler_actions
WHERE status IN ( ‘pending’, ‘in-progress’ )
AND hook = ‘fast_woo_order_lookup_textdex_action’
ANDgroup_id= 19
LIMIT 1 ) IS NULL made by do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, Fast_Woo_Order_Lookup{closure}, Fast_Woo_Order_Lookup\FastWooOrderLookup::getInstance, Fast_Woo_Order_Lookup\FastWooOrderLookup->__construct, Fast_Woo_Order_Lookup\Textdex->load_textdex, Fast_Woo_Order_Lookup\Textdex->schedule_batch, as_enqueue_async_action, ActionScheduler_ActionFactory->create, ActionScheduler_ActionFactory->store_unique_action, ActionScheduler_DBStore->save_unique_action, ActionScheduler_DBStore->save_action_to_dbThe page I need help with: [log in to see the link]
You must be logged in to reply to this topic.