Skip to content

Commit

Permalink
fix: start PromEx after Registries (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3 authored Dec 23, 2024
1 parent 0420a85 commit 908d21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.69
1.1.70
2 changes: 1 addition & 1 deletion lib/supavisor/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ defmodule Supavisor.Application do

children = [
Supavisor.ErlSysMon,
PromEx,
{Registry, keys: :unique, name: Supavisor.Registry.Tenants},
{Registry, keys: :unique, name: Supavisor.Registry.ManagerTables},
{Registry, keys: :unique, name: Supavisor.Registry.PoolPids},
Expand All @@ -67,6 +66,7 @@ defmodule Supavisor.Application do
keys: :duplicate,
name: Supavisor.Registry.TenantClients,
partitions: System.schedulers_online()},
PromEx,
{Cluster.Supervisor, [topologies, [name: Supavisor.ClusterSupervisor]]},
Supavisor.Repo,
# Start the Telemetry supervisor
Expand Down

0 comments on commit 908d21b

Please sign in to comment.