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

This commit is contained in:
Grendgi
2026-06-10 17:05:26 +03:00
parent 800d1d7cdd
commit ea632902bb
2 changed files with 3 additions and 3 deletions

View File

@@ -22,4 +22,4 @@ data:
WORKER_HTTP_HOST: "0.0.0.0" WORKER_HTTP_HOST: "0.0.0.0"
WORKER_HTTP_PORT: "8081" WORKER_HTTP_PORT: "8081"
WORKER_CLAIM_LIMIT: "4" WORKER_CLAIM_LIMIT: "4"
WORKER_LEASE_TIMEOUT: "15m" WORKER_LEASE_TIMEOUT: "5m"

View File

@@ -36,7 +36,7 @@ spec:
- name: WORKER_CLAIM_LIMIT - name: WORKER_CLAIM_LIMIT
value: "8" value: "8"
- name: WORKER_LEASE_TIMEOUT - name: WORKER_LEASE_TIMEOUT
value: "45m" value: "5m"
envFrom: envFrom:
- configMapRef: - configMapRef:
name: ai-service-config name: ai-service-config
@@ -104,7 +104,7 @@ spec:
- name: WORKER_CLAIM_LIMIT - name: WORKER_CLAIM_LIMIT
value: "4" value: "4"
- name: WORKER_LEASE_TIMEOUT - name: WORKER_LEASE_TIMEOUT
value: "45m" value: "5m"
envFrom: envFrom:
- configMapRef: - configMapRef:
name: ai-service-config name: ai-service-config