Let the wait task go ahead first

This commit is contained in:
tcely 2025-02-02 14:09:53 -05:00 committed by GitHub
parent 89573e93f5
commit a028b4ea26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),