File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments