Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
46daf2d2
"scripts-dev/check-newsfragment.sh" did not exist on "e1666af9be6b605a6e686a8d9a44347c06175750"
Commit
46daf2d2
authored
9 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Start pushers on reactor thread
parent
3864b3a8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/push/pusherpool.py
+3
-0
3 additions, 0 deletions
synapse/push/pusherpool.py
with
3 additions
and
0 deletions
synapse/push/pusherpool.py
+
3
−
0
View file @
46daf2d2
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment