From 02d9188aa1cc2283d3f681d5b3d3007dcb1fcbcc Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Wed, 22 Jan 2025 11:22:07 +0200 Subject: [PATCH] feat: increase task limit (#1161) --- files/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/tasks.py b/files/tasks.py index 479f3cb22..e4b706fe6 100644 --- a/files/tasks.py +++ b/files/tasks.py @@ -48,7 +48,7 @@ ] -@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"""