When creating a record, queue a job to fetch artist info

This commit is contained in:
Claudio Ortolina
2025-04-29 16:56:22 +01:00
parent f98e29263f
commit fa49e73385
5 changed files with 29 additions and 3 deletions
+1
View File
@@ -1,2 +1,3 @@
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(MusicLibrary.Repo, :manual)
Ecto.Adapters.SQL.Sandbox.mode(MusicLibrary.BackgroundRepo, :manual)