mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-08-17 16:31:02 +02:00
feat: increase task limit (#1161)
This commit is contained in:
@ -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):
|
def chunkize_media(self, friendly_token, profiles, force=True):
|
||||||
"""Break media in chunks and start encoding tasks"""
|
"""Break media in chunks and start encoding tasks"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user