add task completed handler
All checks were successful
Build and Publish / build-release (push) Successful in 1m24s

This commit is contained in:
2026-04-20 15:15:37 -05:00
parent 67837ff3ea
commit cebd0f51c5
3 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ defmodule WorkloadService.Consumers.QuoteRequestedConsumer do
alias WorkloadService.Commands.QuoteTask
@exchange "policy_service.events.quote_requested"
@queue "policy_service.quote_requested"
@queue "workload_service.quote_requested"
@routing_key "quote.requested"
def start_link(opts \\ []) do