priority: 20: download_media_metadata

This commit is contained in:
tcely 2025-04-06 17:15:09 -04:00 committed by GitHub
parent 1af9070d1c
commit c8a9037fb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -385,7 +385,7 @@ def download_source_images(source_id):
log.info(f'Thumbnail downloaded for source with ID: {source_id} / {source}')
@background(schedule=dict(run_at=60), remove_existing_tasks=True)
@background(schedule=dict(priority=20, run_at=60), remove_existing_tasks=True)
def download_media_metadata(media_id):
'''
Downloads the metadata for a media item.