wip
Some checks are pending
Build and Publish / build-release (push) Waiting to run

This commit is contained in:
2026-04-13 15:30:31 -05:00
parent a52f049a29
commit 5037bc3632
44 changed files with 2210 additions and 676 deletions

View File

@@ -10,6 +10,10 @@ defmodule PolicyService.Application do
children = [
PolicyService.CommandedApp,
PolicyService.Handlers.QuoteRequestHandler,
PolicyService.Consumers.QuoteReceivedConsumer,
PolicyService.Projectors.PolicyProjector,
PolicyService.Consumers.PolicyIssuedConsumer,
PolicyService.Handlers.SolicitationRequestHandler,
PolicyServiceWeb.Telemetry,
PolicyService.Repo,
{DNSCluster, query: Application.get_env(:policy_service, :dns_cluster_query) || :ignore},