ThibG
1a22eff1e0
Attempt fixing deadlocks by moving account stats update outside transaction ( #9437 )
...
* Use `update_column` instead of `update_attribute` in callback
`update_attribute` would normally cause callbacks to be called.
Called from a callback, it seems to stop further callbacks from executing.
`update_column` does the same work, but without calling callbacks or
preventing other callbacks from executing.
* Fix deadlocks by moving account stats update outside transaction
2018-12-05 22:51:12 +01:00
..
2018-04-23 11:29:17 +02:00
2018-12-03 01:32:08 +01:00
2018-08-24 04:33:27 +02:00
2018-06-09 21:11:14 +02:00
2018-10-25 01:44:02 +02:00
2018-04-23 11:29:17 +02:00
2018-11-26 15:53:27 +01:00
2018-04-23 11:29:17 +02:00
2018-08-20 18:46:04 +02:00
2018-11-19 00:43:52 +01:00
2018-12-03 01:32:08 +01:00
2017-11-24 02:05:53 +01:00
2018-03-26 14:02:10 +02:00
2018-04-23 11:29:17 +02:00
2018-05-04 21:14:34 +02:00
2017-07-07 04:02:06 +02:00
2018-04-23 11:29:17 +02:00
2018-04-23 11:29:17 +02:00
2018-04-10 15:46:27 +02:00
2018-04-27 01:38:10 +02:00
2018-07-09 02:22:09 +02:00
2018-10-20 08:02:44 +02:00
2018-04-23 11:29:17 +02:00
2018-08-14 21:56:17 +02:00
2018-08-18 03:03:23 +02:00
2018-09-28 02:23:45 +02:00
2018-10-04 17:36:11 +02:00
2018-11-19 00:43:52 +01:00
2018-09-28 02:23:45 +02:00
2018-11-27 13:56:25 +01:00
2018-04-23 11:29:17 +02:00
2017-09-13 12:30:07 +02:00
2017-05-31 20:38:44 +02:00
2017-12-01 16:40:02 +01:00
2018-06-29 15:34:36 +02:00
2018-04-23 11:29:17 +02:00
2017-11-18 00:16:48 +01:00
2018-04-23 11:29:17 +02:00
2018-11-27 12:19:12 +01:00
2018-10-17 17:13:04 +02:00
2018-04-23 11:29:17 +02:00
2018-11-19 00:43:52 +01:00
2018-04-23 11:29:17 +02:00
2018-08-12 18:16:26 +02:00
2018-08-18 03:03:12 +02:00
2018-04-01 23:55:42 +02:00
2017-04-18 19:36:18 +02:00
2018-04-23 11:29:17 +02:00
2018-09-02 00:11:58 +02:00
2017-07-07 04:02:06 +02:00
2018-04-23 11:29:17 +02:00
2018-11-16 15:02:18 +01:00
2018-04-23 11:29:17 +02:00
2018-04-23 11:29:17 +02:00
2018-10-28 06:42:34 +01:00
2018-12-05 22:51:12 +01:00
2018-10-17 17:13:04 +02:00
2018-04-23 11:29:17 +02:00
2018-05-27 21:45:30 +02:00
2018-11-16 15:02:18 +01:00
2018-11-26 15:53:27 +01:00
2017-01-13 03:24:41 +01:00