Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
Connect to correct rabbitmq hostname.
Browse files Browse the repository at this point in the history
2b415bb6b89e42dd283065ca239488dfc88fae74 in reddit-public changes the
address we're binding rabbitmq to, so we need that to match here.

Alternative commit title: "fix broken comment trees in r2 dev."  Long
story short, without the "sutro" exchange being created, r2 tries to
publish orangered notifications to an exchange that doesn't exist.  This
appears to go fine, but any future messages published on that connection
are just... dropped.  Silently.  You can probably guess how difficult it
was to figure out these two issues were related.
  • Loading branch information
dellis23 committed Mar 5, 2018
1 parent 8acd0f4 commit a2f09a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
factory = reddit_service_websockets.app:make_app

; configuration for connecting to the amqp broker
amqp.endpoint = localhost:5672
amqp.endpoint = rabbit.local:5672
amqp.vhost = /
amqp.username = guest
amqp.password = guest
Expand Down

0 comments on commit a2f09a9

Please sign in to comment.