mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
priority: 01: delete_all_media_for_source
This commit is contained in:
parent
82688a8475
commit
52579865b2
@ -770,7 +770,7 @@ def wait_for_media_premiere(media_id):
|
||||
if task:
|
||||
update_task_status(task, f'available in {hours(media.published - now)} hours')
|
||||
|
||||
@background(schedule=dict(run_at=300), remove_existing_tasks=False)
|
||||
@background(schedule=dict(priority=1, run_at=300), remove_existing_tasks=False)
|
||||
def delete_all_media_for_source(source_id, source_name):
|
||||
source = None
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user