sidekiq
Background job framework for Ruby
Options
Name | Description |
---|---|
--concurrency, -c <INT> | Processor threads to use |
--environment, -e <ENV> | Application environment |
--tag, -g <TAG> | Process tag for procline |
--queue, -q <QUEUE> [WEIGHT] | Queues to process with optional weights |
--require, -r <PATH|DIR> | Location of Rails application with jobs or file to require |
--timeout, -t <NUM> | Shutdown timeout |
--verbose, -v | Print more verbose output |
--config, -C <PATH> | Path to YAML config file |
--help, -h | Show help for sidekiq run |
--version, -V | Print version and exit |