summary refs log tree commit diff
path: root/synapse/storage/databases/main/task_scheduler.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)Patrick Cloke2023-11-091-30/+18
* Remove manys calls to cursor_to_dict (#16431)Patrick Cloke2023-10-051-11/+33
* Some minor performance fixes for task schedular (#16313)Erik Johnston2023-09-141-0/+6
* Task scheduler: mark task as active if we are scheduling ASAP (#16165)Mathieu Velten2023-08-231-1/+1
* Implements a task scheduler for resumable potentially long running tasks (#15...Mathieu Velten2023-08-211-0/+202