Created
December 5, 2013 17:29
-
-
Save gabu/7809690 to your computer and use it in GitHub Desktop.
Sidekiq command optioins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sidekiq [options] | |
-c, --concurrency INT processor threads to use | |
-d, --daemon Daemonize process | |
-e, --environment ENV Application environment | |
-g, --tag TAG Process tag for procline | |
-i, --index INT unique process index on this machine | |
-p, --profile Profile all code run by Sidekiq | |
-q, --queue QUEUE[,WEIGHT]... Queues to process with optional weights | |
-r, --require [PATH|DIR] Location of Rails application with workers or file to require | |
-t, --timeout NUM Shutdown timeout | |
-v, --verbose Print more verbose output | |
-C, --config PATH path to YAML config file | |
-L, --logfile PATH path to writable logfile | |
-P, --pidfile PATH path to pidfile | |
-V, --version Print version and exit | |
-h, --help Show help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment