# Distributed Worker Configuration Example # Copy this to worker.yaml and replace placeholders with real values # DO NOT commit the actual worker.yaml with real tokens node: role: "worker" id: "" # Auto-generated UUID if empty worker: mode: "distributed" max_workers: 3 scheduler: address: "192.168.1.10:7777" cert: "/etc/fetch_ml/scheduler.crt" # Copy token from scheduler config for this worker token: "wkr_COPY_FROM_SCHEDULER_CONFIG" slots: service_slots: 1 ports: service_range_start: 8000 service_range_end: 8099 gpu: vendor: "auto" prewarm: enabled: true log: level: "info" format: "json"