Skip to content

Commit 7ee8c96

Browse files
authored
fix: change task queue from NET to LIMIT
To get the URLs for images from a source we use a request similar to indexing the source.
1 parent 16fa1f4 commit 7ee8c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tubesync/sync/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def check_source_directory_exists(source_id):
706706
source.make_directory()
707707

708708

709-
@dynamic_retry(db_task, delay=10, priority=90, retries=15, queue=Val(TaskQueue.NET))
709+
@dynamic_retry(db_task, delay=10, priority=90, retries=15, queue=Val(TaskQueue.LIMIT))
710710
def download_source_images(source_id):
711711
'''
712712
Downloads an image and save it as a local thumbnail attached to a

0 commit comments

Comments
 (0)