[agent-wdd] 完成Excecutor和Operator部分,完成base tools部分
This commit is contained in:
@@ -161,7 +161,7 @@ func (r *RabbitQueue) Connect() {
|
||||
|
||||
// build for receive chan
|
||||
rabbitRCha := &RabbitReceiveChan{}
|
||||
if strings.HasPrefix(r.RabbitProp.QueueName, "Init") {
|
||||
if strings.HasPrefix(r.RabbitProp.QueueName, "initCommand") {
|
||||
// init queue
|
||||
rabbitRCha.InitRChan = make(chan *OctopusMessage)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user