mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-06-24 22:11:44 +02:00
feat: increase task limit (#1161)
This commit is contained in:
parent
8d9a4618f0
commit
02d9188aa1
@ -48,7 +48,7 @@ ERRORS_LIST = [
|
||||
]
|
||||
|
||||
|
||||
@task(name="chunkize_media", bind=True, queue="short_tasks", soft_time_limit=60 * 30)
|
||||
@task(name="chunkize_media", bind=True, queue="short_tasks", soft_time_limit=60 * 30 * 4)
|
||||
def chunkize_media(self, friendly_token, profiles, force=True):
|
||||
"""Break media in chunks and start encoding tasks"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user