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

wip

parent 5889413a
No related branches found
No related tags found
No related merge requests found
Pipeline #186017 failed
This commit is part of merge request !773. Comments created here will be created in the context of that merge request.
#!/bin/sh
echo "Starting controller later"
sleep 20
echo "Starting controller now"
#echo "Starting controller later"
#sleep 20
#echo "Starting controller now"
./gosdn
......@@ -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++ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment