mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
d56f48038a
`setup()` is run under the sentinel context manager, so we wrap the initial update in a background process. Before this change, Synapse would log two warnings on startup: Starting db txn 'count_daily_users' from sentinel context Starting db connection from sentinel context: metrics will be lost Signed-off-by: Sean Quah <seanq@matrix.org>
2 lines
102 B
Plaintext
2 lines
102 B
Plaintext
Fix a bug introduced in Synapse 1.67.0 where two logging context warnings would be logged on startup.
|