Skip to content
Snippets Groups Projects

Resolve "Investigate GitLab-CI services don't reach each other"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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)
}
Loading