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_PORT: "8081"
WORKER_CLAIM_LIMIT: "4"
WORKER_LEASE_TIMEOUT: "15m"
WORKER_LEASE_TIMEOUT: "5m"