publish aggregate when task is complete
All checks were successful
Build and Publish / build-release (push) Successful in 1m26s

This commit is contained in:
2026-04-17 13:32:46 -05:00
parent 4bd1ff4124
commit 67837ff3ea
5 changed files with 76 additions and 92 deletions

View File

@@ -140,14 +140,14 @@ rawResources:
configure: ".*"
read: ".*"
exchange-task-completed:
exchange-quote-task-completed:
enabled: true
apiVersion: rabbitmq.com/v1beta1
kind: Exchange
suffix: exchange-task-completed
suffix: exchange-quote-task-completed
spec:
spec:
name: workload_service.events.task_completed
name: workload_service.events.quote_task_completed
type: topic
durable: true
vhost: "application"