🖥
Ruby の shoryuken gem のコマンドオプションを何度も忘れる気がするのでメモしておく
もう -R とか -C とかいうショートオプションはやめて世界から廃絶したい。
method_option :concurrency, aliases: '-c', type: :numeric, desc: 'Processor threads to use'
method_option :daemon, aliases: '-d', type: :boolean, desc: 'Daemonize process'
method_option :queues, aliases: '-q', type: :array, desc: 'Queues to process with optional weights'
method_option :require, aliases: '-r', type: :string, desc: 'Dir or path of the workers'
method_option :timeout, aliases: '-t', type: :numeric, desc: 'Hard shutdown timeout'
method_option :config, aliases: '-C', type: :string, desc: 'Path to config file'
method_option :config_file, type: :string, desc: 'Path to config file (backwards compatibility)'
method_option :rails, aliases: '-R', type: :boolean, desc: 'Load Rails'
method_option :logfile, aliases: '-L', type: :string, desc: 'Path to logfile'
method_option :pidfile, aliases: '-P', type: :string, desc: 'Path to pidfile'
method_option :verbose, aliases: '-v', type: :boolean, desc: 'Print more verbose output'
method_option :delay, aliases: '-D', type: :numeric, desc: 'Number of seconds to pause fetching from an empty queue'
shoryuken/shoryuken at master · phstc/shoryuken
Original by Github issue
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
公開日時
2019-10-20
Discussion