Skip to content

Instantly share code, notes, and snippets.

@suxu
Created December 5, 2012 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suxu/4213767 to your computer and use it in GitHub Desktop.
Save suxu/4213767 to your computer and use it in GitHub Desktop.
resque startup
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