summary refs log tree commit diff
path: root/synapse/rest/admin/background_updates.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an admin API to run background jobs. (#11352)Dirk Klimpel2021-11-191-27/+96
| | | | | | Instead of having admins poke into the database directly. Can currently run jobs to populate stats and to populate the user directory.
* Add some background update admin APIs (#11263)Erik Johnston2021-11-081-0/+107
Fixes #11259