Provide idential nodestate functionality in NATS API

Entire-Checkpoint: 3a40b75edd68
This commit is contained in:
2026-03-16 12:13:14 +01:00
parent df93dbed63
commit 09d0ba71d2
4 changed files with 128 additions and 26 deletions

View File

@@ -121,6 +121,14 @@ var configSchema = `
"subject-node-state": {
"description": "NATS subject for node state updates",
"type": "string"
},
"job-concurrency": {
"description": "Number of concurrent worker goroutines for processing job events (default: 8).",
"type": "integer"
},
"node-concurrency": {
"description": "Number of concurrent worker goroutines for processing node state events (default: 2).",
"type": "integer"
}
},
"required": ["subject-job-event", "subject-node-state"]