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

@@ -117,6 +117,8 @@ type ResampleConfig struct {
type NATSConfig struct {
SubjectJobEvent string `json:"subject-job-event"`
SubjectNodeState string `json:"subject-node-state"`
JobConcurrency int `json:"job-concurrency"`
NodeConcurrency int `json:"node-concurrency"`
}
type IntRange struct {