feature: RabbitMQ Notification Workers and DLQ Escalation

This commit is contained in:
voltsrage
2026-06-17 02:37:30 +08:00
parent ec780144c6
commit 0246143815
17 changed files with 1410 additions and 2 deletions
+14
View File
@@ -54,5 +54,19 @@
"Observations": "observations",
"ClinicalAlerts": "clinical_alerts"
}
},
"RabbitMq": {
"Host": "localhost",
"Port": 5674,
"Username": "guest",
"Password": "guest",
"PagingAckTimeoutMs": 300000
},
"Minio": {
"Endpoint": "localhost:9005",
"AccessKey": "minioadmin",
"SecretKey": "minioadmin",
"BucketName": "vigilcare",
"UseSSL": false
}
}