Fixed sone jobs

This commit is contained in:
Ultradesu
2026-06-08 11:22:42 +01:00
parent a8756c95de
commit 624cadab64
8 changed files with 525 additions and 13 deletions
+1
View File
@@ -1372,6 +1372,7 @@ async fn run_scheduled_job(
if !live_config.agent_enabled
&& job_name != "lastfm_popularity"
&& job_name != "lastfm_scrobble"
&& job_name != "archive_cleanup"
&& job_name != "artwork_backfill"
{
tracing::warn!(job = job_name, "Skipping: agent_enabled=false");