From a028b4ea26899c101c37325f0a3b6b377783d4c6 Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 2 Feb 2025 14:09:53 -0500 Subject: [PATCH] Let the wait task go ahead first --- tubesync/sync/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/sync/tasks.py b/tubesync/sync/tasks.py index 6d053811..4831ca04 100644 --- a/tubesync/sync/tasks.py +++ b/tubesync/sync/tasks.py @@ -340,7 +340,7 @@ def download_media_metadata(media_id): verbose_name = _('Waiting for the premiere of "{}"') wait_for_media_premiere( str(media.pk), - priority=15, + priority=0, queue=str(media.pk), repeat=Task.HOURLY, verbose_name=verbose_name.format(media.key),