Сбор статистики через триггеры #16

This commit is contained in:
2026-05-04 20:56:27 +03:00
parent 574d0d2e43
commit af0a36185b
4 changed files with 151 additions and 1 deletions
+6
View File
@@ -21,6 +21,12 @@ init([]) ->
shutdown => 5000,
type => worker,
modules => [infra_mnesia]},
#{id => stats_collector,
start => {stats_collector, start_link, []},
restart => permanent,
shutdown => 5000,
type => worker,
modules => [stats_collector]},
#{id => archive_manager,
start => {archive_manager, start_link, []},
restart => permanent,