mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-25 15:36:15 -05: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>