Stabilize AI worker leases
Some checks failed
CI / test (push) Failing after 7s
Build and Deploy / build-and-deploy (push) Successful in 15s

This commit is contained in:
Grendgi
2026-06-10 17:50:53 +03:00
parent d0980007d7
commit bc71caa762
2 changed files with 4 additions and 4 deletions

View File

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

View File

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