Skip to content
Snippets Groups Projects
Commit df8b4cbd authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent de50a8d3
No related branches found
No related tags found
No related merge requests found
Pipeline #186034 failed
This commit is part of merge request !773. Comments created here will be created in the context of that merge request.
......@@ -85,7 +85,7 @@ func connect(addr string) (*amqp.Connection, error) {
// Will equal two Minuten of retries
retries := 60
logrus.Infof("will try to connect to: %s", addr)
logrus.Infof("will try to connect to rabbitmq: %s", addr)
for i := 0; i < retries; i++ {
conn, err := amqp.Dial(addr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment