Track both content and cache size

This commit is contained in:
Claudio Ortolina
2025-09-20 09:49:06 +03:00
parent 68a2159d7d
commit dd09fb907b
4 changed files with 31 additions and 12 deletions
+1 -1
View File
@@ -12,11 +12,11 @@ defmodule MusicLibrary.Application do
_ = Assets.Cache.new()
children = [
MusicLibraryWeb.Telemetry,
MusicLibrary.Vault,
MusicLibrary.Repo,
MusicLibrary.ErrorRepo,
MusicLibrary.BackgroundRepo,
MusicLibraryWeb.Telemetry,
{Oban, Application.fetch_env!(:music_library, Oban)},
{Ecto.Migrator,
repos: Application.fetch_env!(:music_library, :ecto_repos), skip: skip_migrations?()},