Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. In Mysql.php line 589:
  2.  
  3. SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to
  4. get lock; try restarting transaction, query was: DELETE FROM `cron_schedule
  5. ` WHERE (status = 'missed') AND (job_code in ('jobs_ecommerce', 'ebizm
  6. arts_webhooks', 'jobs_clean_webhooks', 'jobs_clean_batches')) AND
  7. (created_at < '2019-04-18 04:06:05')
  8.  
  9.  
  10. In Pdo.php line 235:
  11.  
  12. SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to
  13. get lock; try restarting transaction, query was: DELETE FROM `cron_schedule
  14. ` WHERE (status = 'missed') AND (job_code in ('jobs_ecommerce', 'ebizm
  15. arts_webhooks', 'jobs_clean_webhooks', 'jobs_clean_batches')) AND
  16. (created_at < '2019-04-18 04:06:05')
  17.  
  18.  
  19. In Pdo.php line 228:
  20.  
  21. SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to
  22. get lock; try restarting transaction
  23.  
  24.  
  25. cron:run [--group GROUP] [--bootstrap BOOTSTRAP]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement