Extend LLM worker lease timeout
Some checks failed
CI / test (push) Failing after 8s
Build and Deploy / build-and-deploy (push) Successful in 23s

This commit is contained in:
Grendgi
2026-06-10 13:20:06 +03:00
parent 11247f17de
commit 7d0e27f681

View File

@@ -35,6 +35,8 @@ spec:
value: "qwen2.5-14b" value: "qwen2.5-14b"
- name: WORKER_CLAIM_LIMIT - name: WORKER_CLAIM_LIMIT
value: "8" value: "8"
- name: WORKER_LEASE_TIMEOUT
value: "45m"
envFrom: envFrom:
- configMapRef: - configMapRef:
name: ai-service-config name: ai-service-config