视频提词API超时600秒 | 错误信息重新捕获

This commit is contained in:
2026-07-24 16:12:41 +08:00
parent 663c4fa9db
commit 8325ae1f71
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ class Settings(BaseSettings):
CELERY_RUNTIME_GC_INTERVAL_SECONDS: int = 600
CELERY_RUNTIME_GC_BATCH_SIZE: int = 500
CHATAPI_REQUEST_TIMEOUT_SECONDS: int = 180
CHATAPI_REQUEST_TIMEOUT_SECONDS: int = 600
CHATAPI_VIDEO_FPS: float = 0.5
CHATAPI_ASYNC_MAX_RETRIES: int = 3
CHATAPI_ASYNC_RETRY_BACKOFF_SECONDS: int = 30