Backfill faster

This commit is contained in:
Claudio Ortolina
2025-05-31 20:55:13 +01:00
parent d3855d989a
commit 32956ca593
@@ -3,8 +3,8 @@ defmodule LastFm.Worker.BackfillScrobbledTracks do
alias MusicLibrary.BackgroundRepo alias MusicLibrary.BackgroundRepo
@backfill_delay 5 @backfill_delay 1
@batch_size 100 @batch_size 200
@impl Oban.Worker @impl Oban.Worker
def perform(%{args: %{"to_uts" => to_uts}}) do def perform(%{args: %{"to_uts" => to_uts}}) do