Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.77.0rc1 | David Robertson | 2023-02-07 | 1 | -1/+0 |
| | |||||
* | Fix "Re-starting finished log context" spam when creating events (#14947) | Sean Quah | 2023-01-31 | 1 | -0/+1 |
`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: Sean Quah <seanq@matrix.org> |