forked-synapse/synapse/push
Richard van der Hoff e7a16c6210 Remove redundant run_as_background_process() from pusherpool
`on_new_notifications` and `on_new_receipts` in `HttpPusher` and `EmailPusher`
now always return synchronously, so we can remove the `defer.gatherResults` on
their results, and the `run_as_background_process` wrappers can be removed too
because the PusherPool methods will now complete quickly enough.
2018-10-22 16:12:11 +01:00
..
__init__.py Remove code that's now been obsoleted or moved elsewhere 2016-04-07 16:31:38 +01:00
action_generator.py run isort 2018-07-09 16:09:20 +10:00
baserules.py run isort 2018-07-09 16:09:20 +10:00
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 run isort 2018-07-09 16:09:20 +10:00
emailpusher.py Remove redundant run_as_background_process() from pusherpool 2018-10-22 16:12:11 +01:00
httppusher.py Remove redundant run_as_background_process() from pusherpool 2018-10-22 16:12:11 +01:00
mailer.py Calculate absolute path for email templates 2018-10-19 14:01:59 +01:00
presentable_names.py run isort 2018-07-09 16:09:20 +10:00
push_rule_evaluator.py run isort 2018-07-09 16:09:20 +10:00
push_tools.py run isort 2018-07-09 16:09:20 +10:00
pusher.py run isort 2018-07-09 16:09:20 +10:00
pusherpool.py Remove redundant run_as_background_process() from pusherpool 2018-10-22 16:12:11 +01:00
rulekinds.py copyrights 2016-01-07 04:26:29 +00:00