add solictation consumer
All checks were successful
Build and Publish / build-release (push) Successful in 1m38s

This commit is contained in:
2026-04-23 10:32:20 -05:00
parent 33bba5b453
commit c8a58c3f58
5 changed files with 108 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ defmodule PolicyService.Application do
PolicyService.Handlers.QuoteRequestHandler,
PolicyService.Handlers.SolicitationRequestHandler,
PolicyService.Consumers.QuoteTaskConsumer,
# PolicyService.Consumers.SolicitationTaskConsumer,
PolicyService.Consumers.SolicitationTaskConsumer,
# PolicyService.Consumers.PolicyIssuedConsumer,
PolicyService.Projectors.PolicyProjector,
PolicyServiceWeb.Telemetry,