Sean Quah
9372f6f842
Fix logging context misuse when we fail to persist a federation event ( #13089 )
...
When we fail to persist a federation event, we kick off a task to remove
its push actions in the background, using the current logging context.
Since we don't `await` that task, we may finish our logging context
before the task finishes. There's no reason to not `await` the task, so
let's do that.
Signed-off-by: Sean Quah <seanq@matrix.org>
2022-06-17 10:22:50 +01:00
..
2022-05-05 07:11:52 -04:00
2021-04-14 15:34:27 +01:00
2022-05-16 15:35:31 +00:00
2022-05-09 12:31:14 +01:00
2022-03-24 11:19:41 +01:00
2022-05-31 12:17:50 +00:00
2022-05-27 07:14:36 -04:00
2022-06-14 09:12:08 -04:00
2022-02-23 11:04:02 +00:00
2022-03-09 18:23:57 +00:00
2022-06-07 07:43:35 -04:00
2022-05-27 07:14:36 -04:00
2022-06-13 18:16:16 +00:00
2022-05-27 07:14:36 -04:00
2022-04-05 15:43:52 +01:00
2022-06-15 19:48:22 +01:00
2022-05-31 12:17:50 +00:00
2022-06-17 10:22:50 +01:00
2022-06-13 18:16:16 +00:00
2022-05-04 14:11:21 -04:00
2022-06-06 09:24:12 +01:00
2022-06-14 09:51:15 +01:00
2022-06-14 09:12:08 -04:00
2022-05-31 12:17:50 +00:00
2021-09-23 07:13:34 -04:00
2022-06-01 16:02:53 +01:00
2022-06-06 13:20:05 -04:00
2022-04-27 13:55:33 +00:00
2022-04-05 15:43:52 +01:00
2022-05-27 07:14:36 -04:00
2022-06-14 09:51:15 +01:00
2022-06-06 07:18:04 -04:00
2022-05-31 12:17:50 +00:00
2022-06-01 16:02:53 +01:00
2021-06-09 19:39:51 +01:00
2022-06-16 12:40:29 +01:00
2022-06-01 16:02:53 +01:00
2022-06-14 09:51:15 +01:00
2022-02-23 11:04:02 +00:00
2022-06-06 09:24:12 +01:00
2022-02-08 09:15:59 -05:00
2022-02-23 11:04:02 +00:00
2022-05-04 14:11:21 -04:00
2022-02-23 11:04:02 +00:00
2022-06-01 16:02:53 +01:00
2022-06-15 15:17:14 +00:00
2022-06-06 16:46:11 +01:00
2022-06-01 16:02:53 +01:00