synapse-old/synapse/util
Eric Eastwood 8ddb2de553
Document `looping_call()` functionality that will wait for the given 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.
2023-06-13 16:34:54 -05:00
..
caches Clear event caches when we purge history (#15609) 2023-06-08 13:14:40 +01:00
__init__.py Document `looping_call()` functionality that will wait for the given function to finish before scheduling another (#15772) 2023-06-13 16:34:54 -05:00
async_helpers.py Add stricter mypy options (#15694) 2023-05-31 07:18:29 -04:00
batching_queue.py
cancellation.py
check_dependencies.py
daemonize.py
distributor.py
file_consumer.py
frozenutils.py Use immutabledict instead of frozendict (#15113) 2023-03-22 17:15:34 +00:00
gai_resolver.py
hash.py
httpresourcetree.py
iterutils.py Process previously failed backfill events in the background (#15585) 2023-05-24 23:22:24 -05:00
linked_list.py
logcontext.py
logformatter.py
macaroons.py
manhole.py
metrics.py
module_loader.py Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615) 2023-05-18 11:11:30 +01:00
msisdn.py Clean up and clarify "Create or modify Account" Admin API documentation (#15544) 2023-05-05 15:51:46 +01:00
patch_inline_callbacks.py
ratelimitutils.py Fix `HomeServer`s leaking during `trial` test runs (#15630) 2023-05-19 11:17:12 +01:00
retryutils.py
rlimit.py
rust.py
stringutils.py
templates.py
threepids.py
wheel_timer.py