feat: start `telemetry` app before `emqx`
This commit is contained in:
parent
1ad3b5df17
commit
a6ba8494d8
1
mix.exs
1
mix.exs
|
@ -208,6 +208,7 @@ defmodule EMQXUmbrella.MixProject do
|
|||
redbug: :permanent,
|
||||
xmerl: :permanent,
|
||||
hocon: :load,
|
||||
telemetry: :permanent,
|
||||
emqx: :load,
|
||||
emqx_conf: :load,
|
||||
emqx_machine: :permanent
|
||||
|
|
|
@ -360,6 +360,7 @@ relx_apps(ReleaseType, Edition) ->
|
|||
redbug,
|
||||
xmerl,
|
||||
{hocon, load},
|
||||
telemetry,
|
||||
% started by emqx_machine
|
||||
{emqx, load},
|
||||
{emqx_conf, load},
|
||||
|
|
Loading…
Reference in New Issue