summary refs log tree commit diff
path: root/changelog.d/15772.doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document `looping_call()` functionality that will wait for the given ↵Eric Eastwood2023-06-131-0/+1
function to finish before scheduling another (#15772) Thanks to @erikjohnston for clarifying, https://github.com/matrix-org/synapse/pull/15743#discussion_r1226544457 We don't have to worry about calls stacking up if the given function takes longer than the scheduled time.