summary refs log tree commit diff
path: root/synapse/app/frontend_proxy.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-26Run notify_app_services as a bg processRichard van der Hoff1-2/+6
This ensures that its resource usage metrics get recorded somewhere rather than getting lost. (It also fixes an error when called from a nested logging context which completes before the bg process)
2018-09-27Reduce the load on our CI (#3957)Amber Brown3-8/+30