From e2de31b59539563dfa2f828b8c581cfae167c00e Mon Sep 17 00:00:00 2001 From: imeepos Date: Wed, 3 Jun 2026 14:45:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0FFmpeg=E5=88=87?= =?UTF-8?q?=E7=89=87=E5=87=BD=E6=95=B0=E7=9A=84=E8=B6=85=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=87=B33600=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cluster/ffmpeg_apps/slice_media.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cluster/ffmpeg_apps/slice_media.py b/src/cluster/ffmpeg_apps/slice_media.py index dcfcd01..8edb9ca 100644 --- a/src/cluster/ffmpeg_apps/slice_media.py +++ b/src/cluster/ffmpeg_apps/slice_media.py @@ -18,7 +18,7 @@ with ffmpeg_worker_image.imports(): @app.function( - timeout=900, + timeout=3600, cloud="aws", cpu=(10, 64), max_containers=config.ffmpeg_slice_worker_concurrency,