[agent-wdd] 完成Excecutor和Operator部分,完成base tools部分

This commit is contained in:
zeaslity
2025-02-14 17:17:55 +08:00
parent dabf63f10f
commit ce0395ae66
12 changed files with 380 additions and 23 deletions

View File

@@ -553,7 +553,7 @@ func shutdownRegisterQueueConnection(initFromServerQueue *rabbitmq.RabbitQueue,
initFromServerQueue.ConsumeOK.Store(false)
initToServerQueue.ConsumeOK.Store(false)
log.InfoF("Octopus Agent Init Queue has disconnected!")
log.InfoF("Octopus Agent initCommand Queue has disconnected!")
}
func parseAgentServerInfo(agentServerInfoConf string) *a_agent.AgentServerInfo {