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

wip

parent 2cd4dbce
No related branches found
No related tags found
1 merge request!773Resolve "Investigate GitLab-CI services don't reach each other"
......@@ -91,7 +91,7 @@ func connect(addr string) (*amqp.Connection, error) {
logrus.Debug("Connected to RabbitMQ")
return conn, nil
}
logrus.Error("could not connect to RabbitMQ. Retrying in 2 seconds.")
logrus.Errorf("could not connect to RabbitMQ with error: %s. Retrying in 2 seconds.", err.Error())
time.Sleep(2 * time.Second)
}
......
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