Skip to content

Commit 8e4ef19

Browse files
committed
chore(coprocessor): update charts with new tfhe-worker args
1 parent fff92ac commit 8e4ef19

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

charts/coprocessor/values.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,27 @@ tfheWorker:
461461
- --maximum-handles-per-input=0
462462
- --server-addr=""
463463
- --coprocessor-private-key=""
464+
# Unique worker identifier (valid UUID v4 format)
465+
# If not set, defaults to a random UUID generated at startup
466+
- --worker-id=$(WORKER_ID)
467+
# Time-to-live (in seconds) for dependence chain locks
468+
- --dcid-ttl-sec=30
469+
# Disable dependence chain ID locking
470+
# WARNING: May cause multiple workers to process the same DCID concurrently
471+
# Defaults to false
472+
- --disable-dcid-locking=false
473+
# Time slice (in seconds) for processing a single dependence chain
474+
# Locks are released if processing exceeds this duration
475+
- --dcid-timeslice-sec=90
476+
# Time-to-live (in seconds) for processed dependence chains
477+
# Processed DCIDs older than this value are cleaned up
478+
# Defaults to 48 hours (172800 seconds)
479+
- --processed-dcid-ttl-sec=172800
480+
# Interval (in seconds) for cleaning up expired DCID locks
481+
# Defaults to 1 hour
482+
- --dcid-cleanup-interval-sec=3600
483+
484+
464485

465486
# Service ports configuration
466487
ports:

0 commit comments

Comments
 (0)