Skip to content

Commit

Permalink
new message broker ip
Browse files Browse the repository at this point in the history
  • Loading branch information
newtondotcom committed Jan 5, 2024
1 parent e6157f0 commit d455dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
print(' Connecting to server ...')

try:
connection = pika.BlockingConnection(pika.ConnectionParameters(host="141.145.217.120",port=5672))
connection = pika.BlockingConnection(pika.ConnectionParameters(host="144.91.123.186",port=15672))
except pika.exceptions.AMQPConnectionError as exc:
print("Failed to connect to RabbitMQ service. Message wont be sent.")
exit()
Expand Down

0 comments on commit d455dbf

Please sign in to comment.