Add method to get running matches processors
Some checks failed
ci / docker (push) Has been cancelled

This commit is contained in:
Álvaro 2024-06-18 20:19:57 +02:00
parent 71cb4c8868
commit 11c8aade4c

View File

@ -15,4 +15,8 @@ defmodule LolAnalytics.MatchesProcessor do
LolAnalytics.Facts.FactsRunner.analyze_all_matches()
end)
end
def get_running_processes() do
Task.Supervisor.children(LoLAnalytics.TaskSupervisor)
end
end