Adding Some sleep to take the correct rmr init
[ric-plt/alarm-go.git] / manager / cmd / manager.go
index 8837609..1909dc0 100755 (executable)
@@ -582,6 +582,7 @@ func (a *AlarmManager) Run(sdlcheck bool, ttlInterval int) {
 
        a.ReadAlarmInfoFromPersistentVolume()
 
+    time.Sleep(8 * time.Second)
        app.RunWithParams(a, sdlcheck)
 }