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
@@ -82,7 +82,7 @@ func NewEventService() (interfaces.Service, error) {
func connect(addr string) (*amqp.Connection, error) {
var err error
// Will equal 2 Minuten of retries
// Will equal two Minuten of retries
retries := 60
for i := 0; i < retries; i++ {
Loading