Advertisement
Guest User

Untitled

a guest
May 17th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ActiveRecord::StatementInvalid: Mysql2::Error: Lock wait timeout exceeded; try restarting transaction: UPDATE `marker_layers` SET `show_fields` = 'title,desc', `sort_col` = 'title,desc', `updated_at` = '2016-05-17 07:36:02' WHERE `marker_layers`.`id` = 16021210
  2. Processor: iZ23edse84Z:2931[![enter image description here][1]][1]0
  3.  
  4. # Options here can still be overridden by cmd line args.
  5. # setsid sidekiq -d -C config/sidekiq.yml -e production
  6. ---
  7. :concurrency: 5
  8. :pidfile: tmp/pids/sidekiq.pid
  9. :logfile: log/sidekiq.log
  10. staging:
  11. :concurrency: 10
  12. production:
  13. :concurrency: 40
  14. :queues:
  15. - ['critical', 3]
  16. - ['default', 2]
  17. - ['low', 1]
  18.  
  19. production:
  20. adapter: mysql2
  21. encoding: utf8mb4
  22. collation: utf8mb4_bin
  23. reconnect: false
  24. database: database_name
  25. pool: 48
  26. username: password
  27. password: password
  28. host: locahost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement