mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-11 23:54:22 +08:00
disable server start notify
This commit is contained in:
parent
c318c939f4
commit
25d07964d7
1 changed files with 0 additions and 5 deletions
5
main.go
5
main.go
|
@ -126,11 +126,6 @@ func initialize() { // Client Mode Prereq Check
|
|||
}
|
||||
}
|
||||
|
||||
if servercfg.IsMessageQueueBackend() {
|
||||
if err = mq.ServerStartNotify(); err != nil {
|
||||
logger.Log(0, "error occurred when notifying nodes of startup", err.Error())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func startControllers(wg *sync.WaitGroup, ctx context.Context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue