Skip to content
Snippets Groups Projects
Unverified Commit 805b641f authored by Sean Quah's avatar Sean Quah Committed by GitHub
Browse files

Fix "Re-starting finished log context" spam when creating events (#14947)


`run_in_background` calls re-use the current logging context. When they
are not awaited, they can complete after the current logging context has
been marked as finished, which leads to log spam. Use
`run_as_background_process` instead.

Fixes one of the instances of #13090.

Signed-off-by: default avatarSean Quah <seanq@matrix.org>
parent 6d14fdc2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment