From bc519cdee6bb4362b8fa22a57b4baef61e1f9ffe Mon Sep 17 00:00:00 2001
From: Neil Schark <neil.schark@h-da.de>
Date: Wed, 6 Mar 2024 10:31:33 +0000
Subject: [PATCH] wip

---
 .gitlab/ci/start_controller.sh     | 6 +++---
 controller/eventService/Service.go | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab/ci/start_controller.sh b/.gitlab/ci/start_controller.sh
index f233559a7..84adb0c79 100644
--- a/.gitlab/ci/start_controller.sh
+++ b/.gitlab/ci/start_controller.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-echo "Starting controller later"
-sleep 20
-echo "Starting controller now"
+#echo "Starting controller later"
+#sleep 20
+#echo "Starting controller now"
 ./gosdn
diff --git a/controller/eventService/Service.go b/controller/eventService/Service.go
index b511c2002..30ecf27ba 100644
--- a/controller/eventService/Service.go
+++ b/controller/eventService/Service.go
@@ -82,6 +82,7 @@ func NewEventService() (interfaces.Service, error) {
 
 func connect(addr string) (*amqp.Connection, error) {
 	var err error
+	// Will equal 2 Minuten of retries
 	retries := 60
 
 	for i := 0; i < retries; i++ {
-- 
GitLab