Erreur de la base de données WordPress : [Deadlock found when trying to get lock; try restarting transaction]
INSERT INTO epe_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'mailpoet/cron/daemon-trigger', 'pending', '2024-11-17 03:26:22', '2024-11-17 04:26:22', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1731813982;s:18:\"\0*\0first_timestamp\";i:1731813982;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1731813982;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}', 1, 10, '[]' FROM DUAL
WHERE (
SELECT action_id FROM epe_actionscheduler_actions
WHERE status IN ( 'pending', 'in-progress' )
AND hook = 'mailpoet/cron/daemon-trigger'
AND `group_id` = 1
LIMIT 1 ) IS NULL