mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
9372f6f842
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>
2 lines
134 B
Plaintext
2 lines
134 B
Plaintext
Fix a long-standing bug where a finished logging context would be re-started when Synapse failed to persist an event from federation.
|