David Taylor
32db976156
FIX: Stop race condition when topic notification jobs are scheduled during a database transaction
...
This was not picked up by tests because scheduled jobs are run immediately
and in the current thread (and therefore the current database transaction).
This particular case sometimes occurs inside multiple nested transactions,
so simply moving the offending line outside of the transaction is not enough.
Implemented TransactionHelper, which allows us to use `TransactionHelper.after_commit`
to define code to be run after the current transaction has been committed.
2018-07-18 22:04:43 +01:00
..
2018-07-04 10:45:42 +02:00
2017-07-28 10:20:09 +09:00
2018-07-09 15:38:06 +10:00
2018-06-20 23:15:11 +02:00
2017-09-25 13:48:58 +08:00
2018-03-22 15:41:02 -04:00
2017-10-06 16:20:01 +11:00
2018-02-20 14:28:58 +08:00
2018-02-20 14:28:58 +08:00
2018-06-19 16:13:36 +10:00
2017-12-20 13:58:05 +11:00
2018-04-20 15:34:23 -04:00
2018-06-07 13:28:18 +08:00
2018-03-03 14:26:57 -05:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-06-20 17:53:49 +10:00
2018-07-18 10:56:09 +10:00
2018-02-20 14:28:58 +08:00
2018-02-20 14:28:58 +08:00
2018-07-12 14:18:21 +10:00
2018-06-19 16:13:36 +10:00
2018-06-25 16:09:39 +10:00
2017-11-21 17:10:04 +08:00
2018-06-19 16:13:36 +10:00
2018-06-19 16:13:36 +10:00
2018-07-18 13:53:57 +08:00
2018-02-21 14:55:49 +08:00
2018-06-07 13:28:18 +08:00
2017-07-28 10:20:09 +09:00
2018-06-19 16:13:36 +10:00
2018-05-01 15:43:49 +02:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2017-07-28 10:20:09 +09:00
2018-07-06 17:16:40 -05:00
2018-02-20 14:28:58 +08:00
2018-06-07 13:28:18 +08:00
2018-02-20 14:28:58 +08:00
2018-06-19 16:13:36 +10:00
2018-06-19 16:13:36 +10:00
2018-04-05 11:00:38 +02:00
2018-06-19 16:13:36 +10:00
2018-05-16 16:55:54 +02:00
2018-05-08 20:17:57 +05:30
2018-06-07 14:21:33 +10:00
2018-01-25 14:57:41 +01:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-07-18 14:11:23 +08:00
2018-04-02 13:52:51 +08:00
2018-02-20 14:28:58 +08:00
2017-11-15 10:10:20 -05:00
2018-07-09 16:54:18 +08:00
2018-07-16 14:19:07 +08:00
2018-06-13 16:11:22 -04:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-07-18 14:03:27 +08:00
2018-06-19 16:13:36 +10:00
2018-07-16 14:19:07 +08:00
2018-02-20 14:28:58 +08:00
2018-06-19 16:13:36 +10:00
2018-07-16 14:19:07 +08:00
2018-07-16 14:19:07 +08:00
2018-06-07 13:28:18 +08:00
2018-07-10 16:17:28 +08:00
2018-03-16 11:19:06 +11:00
2018-06-29 10:30:22 +10:00
2018-07-09 14:18:35 +10:00
2018-02-20 14:28:58 +08:00
2018-06-19 16:13:36 +10:00
2018-02-20 14:28:58 +08:00
2018-06-20 10:44:11 +10:00
2018-07-16 14:19:07 +08:00
2018-05-09 07:52:45 +08:00
2018-07-16 14:44:55 +10:00
2018-02-22 09:56:35 +11:00
2017-07-28 10:20:09 +09:00
2018-06-19 16:13:36 +10:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-05-16 09:48:19 +02:00
2018-07-16 14:19:07 +08:00
2018-06-20 17:53:49 +10:00
2018-06-19 16:13:36 +10:00
2018-07-18 15:13:47 +10:00
2018-07-16 14:19:07 +08:00
2018-07-12 14:18:21 +10:00
2018-06-19 16:13:36 +10:00
2018-04-04 12:01:56 +05:30
2018-07-16 14:19:07 +08:00
2018-05-02 17:12:31 +10:00
2018-06-19 16:13:36 +10:00
2018-05-22 16:05:38 +10:00
2018-07-18 10:50:01 +05:30
2018-03-28 16:11:43 -04:00
2017-07-28 10:20:09 +09:00
2017-09-25 13:48:59 +08:00
2018-07-16 14:19:07 +08:00
2018-05-15 16:05:48 +02:00
2018-07-16 14:19:07 +08:00
2018-06-20 17:53:49 +10:00
2018-06-20 17:53:49 +10:00
2018-06-20 17:53:49 +10:00
2018-07-18 22:04:43 +01:00
2018-03-16 22:55:42 +01:00
2018-06-19 16:13:36 +10:00
2018-06-27 07:15:02 +08:00
2018-07-16 14:19:07 +08:00
2018-06-07 13:28:18 +08:00
2018-07-06 15:53:57 +08:00
2018-06-20 18:03:27 +10:00
2018-02-20 14:28:58 +08:00
2018-06-07 13:28:18 +08:00
2018-06-19 16:13:36 +10:00
2018-04-02 13:52:51 +08:00
2018-07-16 14:19:07 +08:00
2017-07-28 10:20:09 +09:00
2018-07-16 14:19:07 +08:00
2018-06-05 09:43:40 +08:00
2018-02-20 14:28:58 +08:00
2018-02-20 14:28:58 +08:00
2018-06-11 18:43:56 +02:00
2018-02-20 14:28:58 +08:00
2018-07-12 14:18:21 +10:00
2018-06-20 17:53:49 +10:00
2018-05-17 13:21:24 +05:30
2018-07-16 14:19:07 +08:00
2018-06-20 17:53:49 +10:00
2018-07-16 14:21:07 +08:00
2018-06-19 16:13:36 +10:00
2017-11-17 17:53:30 -05:00
2018-06-19 16:13:36 +10:00
2018-02-20 14:28:58 +08:00
2018-07-18 12:57:43 +02:00
2018-04-03 00:44:04 +08:00
2018-02-20 14:28:58 +08:00
2018-07-16 14:19:07 +08:00
2018-04-13 07:47:58 +05:30
2018-02-20 14:28:58 +08:00
2018-06-07 13:28:18 +08:00