Skip to content
Snippets Groups Projects
Commit 46daf2d2 authored by Erik Johnston's avatar Erik Johnston
Browse files

Start pushers on reactor thread

parent 3864b3a8
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ from twisted.internet import defer
from httppusher import HttpPusher
from synapse.push import PusherConfigException
from synapse.util.async import run_on_reactor
import logging
logger = logging.getLogger(__name__)
......@@ -48,6 +50,7 @@ class PusherPool:
@defer.inlineCallbacks
def start(self):
yield run_on_reactor()
pushers = yield self.store.get_all_pushers()
self._start_pushers(pushers)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment