feature: Prometheus Metrics, Supervisor Dashboard, and Promotion Retry Job

This commit is contained in:
voltsrage
2026-06-27 13:29:04 +08:00
parent e22d33b654
commit 04bdb7e85c
31 changed files with 4482 additions and 259 deletions
+7
View File
@@ -60,5 +60,12 @@
"ALLERGY_UPDATE": false,
"MIXED": true
}
},
"PromotionRetry": {
"PollIntervalSeconds": 60,
"InitialDelaySeconds": 30,
"MaxDelaySeconds": 900,
"MaxRetryAttempts": 10,
"BackoffMultiplier": 2.0
}
}