disable consumers for now
All checks were successful
Build and Publish / build-release (push) Successful in 1m33s
All checks were successful
Build and Publish / build-release (push) Successful in 1m33s
This commit is contained in:
@@ -10,10 +10,10 @@ defmodule PolicyService.Application do
|
|||||||
children = [
|
children = [
|
||||||
PolicyService.CommandedApp,
|
PolicyService.CommandedApp,
|
||||||
PolicyService.Handlers.QuoteRequestHandler,
|
PolicyService.Handlers.QuoteRequestHandler,
|
||||||
PolicyService.Consumers.QuoteReceivedConsumer,
|
|
||||||
PolicyService.Projectors.PolicyProjector,
|
|
||||||
PolicyService.Consumers.PolicyIssuedConsumer,
|
|
||||||
PolicyService.Handlers.SolicitationRequestHandler,
|
PolicyService.Handlers.SolicitationRequestHandler,
|
||||||
|
# PolicyService.Consumers.QuoteReceivedConsumer,
|
||||||
|
# PolicyService.Consumers.PolicyIssuedConsumer,
|
||||||
|
PolicyService.Projectors.PolicyProjector,
|
||||||
PolicyServiceWeb.Telemetry,
|
PolicyServiceWeb.Telemetry,
|
||||||
PolicyService.Repo,
|
PolicyService.Repo,
|
||||||
{DNSCluster, query: Application.get_env(:policy_service, :dns_cluster_query) || :ignore},
|
{DNSCluster, query: Application.get_env(:policy_service, :dns_cluster_query) || :ignore},
|
||||||
|
|||||||
Reference in New Issue
Block a user