Skip to content

Commit ec0f7b1

Browse files
authored
fix: Adds vault cli app load for prod release (#176)
1 parent 638a57b commit ec0f7b1

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

config/sys.config

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,18 @@
6262
{proxy_opts, #{
6363
transport_opts => #{}
6464
}},
65-
{health_check, #{
65+
{health_check_liveness, #{
6666
disk => {erl_health, disk, ["/", 99]},
6767
memory => {erl_health, cg_memory, [70]},
68-
service => {erl_health, service, [<<"{{ service_name }}">>]},
69-
dmt_client => {dmt_client, health_check, [<<"hellgate">>]}
68+
service => {erl_health, service, [<<"hellgate">>]}
69+
}},
70+
{health_check_readiness, #{
71+
dmt_client => {dmt_client, health_check, [<<"hellgate">>]},
72+
progressor =>
73+
{progressor, health_check, [
74+
%% list of progressors namespaces for tests
75+
[invoice_template]
76+
]}
7077
}},
7178
{payment_retry_policy, #{
7279
processed => {exponential, {max_total_timeout, 30}, 2, 1},

rebar.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
{recon, load},
8989
{runtime_tools, load},
9090
{tools, load},
91+
{canal, load},
9192
{opentelemetry, temporary},
9293
logger_logstash_formatter,
9394
sasl,

0 commit comments

Comments
 (0)