Add method to get running matches processors
Some checks failed
ci / docker (push) Has been cancelled
Some checks failed
ci / docker (push) Has been cancelled
This commit is contained in:
parent
71cb4c8868
commit
11c8aade4c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user