Merge remote-tracking branch 'origin/local-dev' into local-dev
# Conflicts: # agent/src/main/java/io/wdd/agent/executor/CommandExecutor.java # agent/src/main/java/io/wdd/agent/executor/thread/CommandExecLogCache.java
This commit is contained in:
@@ -14,7 +14,6 @@ import org.springframework.data.redis.core.RedisTemplate;
|
|||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.ArrayDeque;
|
import java.util.ArrayDeque;
|
||||||
import java.util.concurrent.ArrayBlockingQueue;
|
|
||||||
|
|
||||||
@Configuration
|
@Configuration
|
||||||
@Slf4j(topic = "Octopus Message Handler")
|
@Slf4j(topic = "Octopus Message Handler")
|
||||||
@@ -60,7 +59,6 @@ public class OMessageHandlerServer {
|
|||||||
octopusMessage
|
octopusMessage
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// 获取Agent的版本信息
|
// 获取Agent的版本信息
|
||||||
if (octopusMessage
|
if (octopusMessage
|
||||||
.getUuid()
|
.getUuid()
|
||||||
|
|||||||
Reference in New Issue
Block a user