tons of cursor-shit cleaning, finished implementing cnxId in observer

This commit is contained in:
STEINNI
2026-06-27 17:24:41 +00:00
parent 4c9e989bda
commit a1dba5060a
28 changed files with 213 additions and 224 deletions
+26 -13
View File
@@ -61,8 +61,10 @@
"type": "object",
"properties": {
"primordialDaemon": { "type": "boolean" },
"gpsActionsChannel": { "type": "string" },
"gpsActionsReply": { "type": "string" },
"ActionsChannel": { "type": "string" },
"ActionsReply": { "type": "string" },
"arenaActionsChannel": { "type": "string" },
"arenaActionsReply": { "type": "string" },
"GPSstorage": {
"type": "object",
"properties": {
@@ -108,8 +110,10 @@
"prismRefreshLeadSeconds": { "type": "number", "minimum": 0 }
},
"required": [
"gpsActionsChannel",
"gpsActionsReply",
"ActionsChannel",
"ActionsReply",
"arenaActionsChannel",
"arenaActionsReply",
"GPSstorage",
"agentVectorChangeChannel",
"collisionsChannel"
@@ -118,8 +122,10 @@
"maestro": {
"type": "object",
"properties": {
"maestroActionsChannel": { "type": "string" },
"maestroActionsReply": { "type": "string" },
"ActionsChannel": { "type": "string" },
"ActionsReply": { "type": "string" },
"arenaActionsChannel": { "type": "string" },
"arenaActionsReply": { "type": "string" },
"senderId": { "type": "string" },
"lifecycle": {
"type": "object",
@@ -135,8 +141,10 @@
"readyTimeoutMs": { "type": "integer", "minimum": 1000 }
},
"required": [
"maestroActionsChannel",
"maestroActionsReply"
"ActionsChannel",
"ActionsReply",
"arenaActionsChannel",
"arenaActionsReply"
]
},
"mysql": {
@@ -155,9 +163,11 @@
"type": "object",
"properties": {
"primordialDaemon": { "type": "boolean" },
"observerActionsChannel": { "type": "string" },
"observerActionsReply": { "type": "string" },
"observerFrustumEventsChannel": { "type": "string" },
"ActionsChannel": { "type": "string" },
"ActionsReply": { "type": "string" },
"arenaActionsChannel": { "type": "string" },
"arenaActionsReply": { "type": "string" },
"FrustumEventsChannel": { "type": "string" },
"senderId": { "type": "string" },
"scanIntervalMs": { "type": "integer", "minimum": 50 },
"lifecycle": {
@@ -173,8 +183,11 @@
}
},
"required": [
"observerActionsChannel",
"observerActionsReply"
"ActionsChannel",
"ActionsReply",
"FrustumEventsChannel",
"arenaActionsChannel",
"arenaActionsReply"
]
},
"systemMesh": {