Created
December 5, 2012 08:21
-
-
Save suxu/4213767 to your computer and use it in GitHub Desktop.
resque startup
This file contains 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
PIDFILE=./tmp/pids/resque.pid BACKGROUND=yes QUEUE=* rake environment resque:work # resque 启动 | |
kill -QUIT pid #停止 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment