This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
"Re-starting finished log context" due to RetryDestinationLimiter
#12797
Labels
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
RetryDestinationLimiter.__exit__
stores retry timings in a background process:synapse/synapse/util/retryutils.py
Lines 267 to 268 in 8dd3e0e
store_retry_timings
inherits the current logcontext, which likely comes from awith LogContext(): ...
further up the stack.But there's no guarantee that
store_retry_timings
will finish before we exit that context manager further up the stack.The text was updated successfully, but these errors were encountered: