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

wip

parent 3e394deb
No related branches found
No related tags found
1 merge request!773Resolve "Investigate GitLab-CI services don't reach each other"
......@@ -85,7 +85,7 @@ func connect(addr string) (*amqp.Connection, error) {
// Will equal two Minuten of retries
retries := 60
logrus.Debugf("will try to connect to: %s", addr)
logrus.Infof("will try to connect to: %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.
Finish editing this message first!
Please register or to comment