# Standalone Worker Configuration Example # Copy this to worker.yaml and adjust for your environment node: role: "worker" id: "" worker: mode: "standalone" max_workers: 3 queue: backend: "redis" redis_addr: "localhost:6379" redis_password: "" # Set if Redis requires auth redis_db: 0 slots: service_slots: 1 ports: service_range_start: 8000 service_range_end: 8099 gpu: vendor: "auto" prewarm: enabled: true log: level: "info" format: "json"