Merge pull request 'fix: update devops service to subscribe to correct reconciler heartbeat queue' (#21) from Nicolas_devops_reconciler into dev

Reviewed-on: freeleaps/freeleaps-service-hub#21
This commit is contained in:
freeleaps-admin 2025-08-08 03:32:51 +00:00
commit 52ec8f8f03

View File

@ -15,7 +15,7 @@ def register(app):
try:
# Initialize services during startup to avoid blocking app initialization
print("🔧 Initializing services...")
app.deployment_heartbeat_subscriber = AsyncMQSubscriber("devops_reconcile_heartbeat")
app.deployment_heartbeat_subscriber = AsyncMQSubscriber("reconciler.output")
app.deployment_status_service = DeploymentStatusUpdateService()
print("✅ Services initialized")