mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
We don't need the extra run
This commit is contained in:
parent
aba3b1f16d
commit
5cf7f1574a
@ -349,7 +349,7 @@ def download_media_metadata(media_id):
|
|||||||
priority=0,
|
priority=0,
|
||||||
queue=str(media.pk),
|
queue=str(media.pk),
|
||||||
repeat=Task.HOURLY,
|
repeat=Task.HOURLY,
|
||||||
repeat_until = published_datetime + timedelta(hours=2),
|
repeat_until = published_datetime + timedelta(hours=1),
|
||||||
verbose_name=verbose_name.format(media.key, published_datetime.isoformat(' ', 'seconds')),
|
verbose_name=verbose_name.format(media.key, published_datetime.isoformat(' ', 'seconds')),
|
||||||
remove_existing_tasks=True,
|
remove_existing_tasks=True,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user