summary refs log tree commit diff
path: root/synapse/util/task_scheduler.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Task scheduler: mark task as active if we are scheduling ASAP (#16165)Mathieu Velten2023-08-231-1/+3
|
* Implements a task scheduler for resumable potentially long running tasks ↵Mathieu Velten2023-08-211-0/+364
(#15891)