summary refs log tree commit diff
path: root/synapse/storage/databases/main/task_scheduler.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-131-6/+6
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* 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