1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| worker指令: -n HOSTNAME, --hostname HOSTNAME 设置worker的hostname Set custom hostname (e.g., 'w1@%h'). Expands: %h (hostname), %n (name) and %d, (domain). -D, --detach 启动worker作为后台进程 -S STATEDB, --statedb STATEDB Path to the state database. The extension '.db' may be appended to the filename. Default: None -l LOGLEVEL, --loglevel LOGLEVEL 日志记录的级别,可以选择DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL.
-O OPTIMIZATION --prefetch-multiplier PREFETCH_MULTIPLIER Set custom prefetch multiplier value for this worker instance.
|