summary refs log tree commit diff
path: root/synapse/handlers/oidc.py
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-11-28 15:25:18 +0000
committerGitHub <noreply@github.com>2022-11-28 15:25:18 +0000
commitd56f48038a07fd76d2ce08220a4061f85006bf3b (patch)
treecb822fd2d0199e12aa53176613efa27dd4c5d8e8 /synapse/handlers/oidc.py
parentInclude thread information when sending receipts over federation. (#14466) (diff)
downloadsynapse-d56f48038a07fd76d2ce08220a4061f85006bf3b.tar.xz
Fix logging context warnings due to common usage metrics setup (#14574)
`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>
Diffstat (limited to 'synapse/handlers/oidc.py')
0 files changed, 0 insertions, 0 deletions