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

Temporarily add a run_on_reactor() call

parent 7e9d59f3
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ from twisted.internet import defer
from synapse.api.errors import CodeMessageException
from synapse.util.async import run_on_reactor
import logging
......@@ -52,6 +54,7 @@ def get_retry_limiter(destination, clock, store, **kwargs):
# We aren't ready to retry that destination.
raise
"""
yield run_on_reactor()
retry_last_ts, retry_interval = (0, 0)
retry_timings = yield store.get_destination_retry_timings(
......
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