summary refs log tree commit diff
path: root/synapse/handlers/admin.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-23Give some more things logcontexts (#4077)Richard van der Hoff3-7/+12
2018-10-23Correctly account for cpu usage by background threads (#4074)Richard van der Hoff6-80/+97
Wrap calls to deferToThread() in a thing which uses a child logcontext to attribute CPU usage to the right request. While we're in the area, remove the logcontext_tracer stuff, which is never used, and afaik doesn't work. Fixes #4064
2018-10-21uh, Matrix is called Matrix these days...Matthew Hodgson1-2/+4
2018-10-20Run MAU queries as background processesRichard van der Hoff2-8/+23
Fixes #3820
2018-10-20Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase ↵Amber Brown27-518/+511
on py3) (#4068)
2018-10-19Make psutil an explicit dependencyRichard van der Hoff3-10/+6
As of #4027, we require psutil to be installed, so it should be in our dependency list. We can also remove some of the conditional import code introduced by #992. Fixes #4062.
2018-10-19Remove notes on fallback for email_templatesRichard van der Hoff2-8/+0
This fallback didn't work, and was removed in #4069.
2018-10-19Calculate absolute path for email templatesRichard van der Hoff3-28/+21
2018-10-19Fix manhole on py3 (pt 2) (#4067)Amber Brown2-0/+3
2018-10-19Make the metrics less racy (#4061)Amber Brown