Increase Voxtral transcription timeouts
Some checks failed
CI / test (push) Failing after 8s
Build and Deploy / build-and-deploy (push) Successful in 20s

This commit is contained in:
Grendgi
2026-06-09 22:27:52 +03:00
parent bf945e05e3
commit 1b63dcdbf5
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ data:
# server through an OpenAI-compatible /v1/audio/transcriptions endpoint.
VOXTRAL_BASE_URL: "http://10.2.3.5:8004"
VOXTRAL_MODEL: "mistralai/Voxtral-Small-24B-2507"
VOXTRAL_TIMEOUT: "10m"
VOXTRAL_TIMEOUT: "30m"
AI_STATS_SIDECAR_URL: "http://10.2.3.5:9090"
AI_STATS_TIMEOUT: "8s"
WORKER_POLL_INTERVAL: "2s"

View File

@@ -101,6 +101,8 @@ spec:
value: "voxtral-small"
- name: WORKER_CLAIM_LIMIT
value: "2"
- name: WORKER_LEASE_TIMEOUT
value: "45m"
envFrom:
- configMapRef:
name: ai-service-config