add task completed handler
All checks were successful
Build and Publish / build-release (push) Successful in 1m24s
All checks were successful
Build and Publish / build-release (push) Successful in 1m24s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user