MatrixSynapse/synapse/util
Patrick Cloke 7e5d3b06fa
Collect information for PushRuleEvaluator in parallel. (#16590)
Fetch information needed for push rule evaluation in parallel.
Ideally this would use query pipelining, but this is not
available in psycopg2.

Due to the database thread pool this may result in little
to no parallelization.
2023-11-06 15:41:57 -05:00
..
caches mypy plugin to check `@cached` return types (#14911) 2023-10-02 14:22:36 +00:00
__init__.py Bump twisted from 23.8.0 to 23.10.0 (#16588) 2023-11-01 10:23:13 +00:00
async_helpers.py Collect information for PushRuleEvaluator in parallel. (#16590) 2023-11-06 15:41:57 -05:00
batching_queue.py
cancellation.py
check_dependencies.py Bump mypy-zope & mypy. (#16188) 2023-08-29 10:38:56 -04:00
daemonize.py
distributor.py
file_consumer.py Fix type hint errors from Twisted trunk (#16526) 2023-10-23 14:28:05 -04:00
frozenutils.py
gai_resolver.py Bump twisted from 22.10.0 to 23.8.0 (#16235) 2023-09-05 11:14:14 +00:00
hash.py
httpresourcetree.py
iterutils.py
linked_list.py
logcontext.py
logformatter.py
macaroons.py
manhole.py
metrics.py
module_loader.py
msisdn.py
patch_inline_callbacks.py
ratelimitutils.py Describe which rate limiter was hit in logs (#16135) 2023-08-30 00:39:39 +01:00
retryutils.py Fix a bug where servers could be marked as up when they were failing (#16506) 2023-10-17 07:32:40 -04:00
rlimit.py
rust.py
stringutils.py
task_scheduler.py Some minor performance fixes for task schedular (#16313) 2023-09-14 16:20:47 +01:00
templates.py
threepids.py
wheel_timer.py