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-08-24 04:33:27 +02:00
2017-11-24 02:05:53 +01:00
2018-04-27 01:38:10 +02:00
2017-12-01 16:40:02 +01:00
2018-06-29 15:34:36 +02:00
2017-11-18 00:16:48 +01:00
2018-05-27 21:45:30 +02:00
2018-11-26 15:53:27 +01:00
2017-01-13 03:24:41 +01:00