forked-synapse/synapse/push
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
..
__init__.py Remove manys calls to cursor_to_dict (#16431) 2023-10-05 11:07:38 -04:00
bulk_push_rule_evaluator.py Collect information for PushRuleEvaluator in parallel. (#16590) 2023-11-06 15:41:57 -05:00
clientformat.py push rules: fix internal conversion from _type to value (#15781) 2023-06-16 14:17:02 +02:00
emailpusher.py Some refactors around receipts stream (#16426) 2023-10-04 16:28:40 +01:00
httppusher.py Some refactors around receipts stream (#16426) 2023-10-04 16:28:40 +01:00
mailer.py Add the List-Unsubscribe header for notification emails. (#16274) 2023-09-11 09:49:48 -04:00
presentable_names.py
push_tools.py Fix push for invites received over federation (#15820) 2023-07-12 11:02:11 +00:00
push_types.py
pusher.py
pusherpool.py Some refactors around receipts stream (#16426) 2023-10-04 16:28:40 +01:00
rulekinds.py