anonymousland-synapse/synapse/push
Richard van der Hoff 66f7dc8c87 Fix logcontexts for running pushers
First of all, avoid resetting the logcontext before running the pushers, to fix
the "Starting db txn 'get_all_updated_receipts' from sentinel context" warning.

Instead, give them their own "background process" logcontexts.
2018-08-17 00:32:39 +01:00
..
__init__.py
action_generator.py
baserules.py
bulk_push_rule_evaluator.py Rename async to async_helpers because async is a keyword on Python 3.7 (#3678) 2018-08-10 23:50:21 +10:00
clientformat.py
emailpusher.py
httppusher.py
mailer.py Rename async to async_helpers because async is a keyword on Python 3.7 (#3678) 2018-08-10 23:50:21 +10:00
presentable_names.py
push_rule_evaluator.py
push_tools.py
pusher.py
pusherpool.py Fix logcontexts for running pushers 2018-08-17 00:32:39 +01:00
rulekinds.py