Skip to content

Instantly share code, notes, and snippets.

@suxu
suxu / gist:4213767
Created December 5, 2012 08:21
resque startup
PIDFILE=./tmp/pids/resque.pid BACKGROUND=yes QUEUE=* rake environment resque:work # resque 启动
kill -QUIT pid #停止