[ server ] [ status ]- update some code - 2

This commit is contained in:
zeaslity
2023-02-03 14:58:10 +08:00
parent fd5f2607b9
commit 487e808c58
4 changed files with 35 additions and 23 deletions

View File

@@ -12,6 +12,7 @@ import lombok.experimental.SuperBuilder;
public class OctopusStatusMessage {
// below two will be used by both server and agent
// 存储所有Agent的实时健康状态 1代表健康 0代表失败
public static final String ALL_AGENT_STATUS_REDIS_KEY = "ALL_AGENT_HEALTHY_STATUS";
public static final String HEALTHY_STATUS_MESSAGE_TYPE = "ping";
public static final String ALL_STATUS_MESSAGE_TYPE = "all";