You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two years ago there was an issue with workers dying due to a mysql race condition aka #277 .. however I'm starting to see this issue in my delayed_jobs.log - luckily I have bluepill restarting workers when they fall over but has anyone got a solution for this? A few others in that #277 issue have expressed concern also.
This is using 3.0.5
Class#notification failed with ActiveRecord::StatementInvalid: Mysql2::Error: Deadlock found when trying to get lock; try restarting transaction: DELETE FROM `delayed_jobs` WHERE `delayed_jobs`.`id` = 648922 - 0 failed attempts
The text was updated successfully, but these errors were encountered:
Hi folks,
Two years ago there was an issue with workers dying due to a mysql race condition aka #277 .. however I'm starting to see this issue in my delayed_jobs.log - luckily I have bluepill restarting workers when they fall over but has anyone got a solution for this? A few others in that #277 issue have expressed concern also.
This is using 3.0.5
The text was updated successfully, but these errors were encountered: