summaryrefslogtreecommitdiff
path: root/resque_dev.sh
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-30 21:31:55 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-30 21:31:55 +0300
commit4a6596af274c01036aaf9f49a5b38cd678716873 (patch)
tree9ea4c92acc925f247cbc1f36d7d64cf8016d2f65 /resque_dev.sh
parent92137b7bebb2b6f9c5225776e3f30d0e5dfab9e6 (diff)
downloadgitlab-ce-4a6596af274c01036aaf9f49a5b38cd678716873.tar.gz
Fixed bunch of js bugs with comments. Also added development tips
Diffstat (limited to 'resque_dev.sh')
-rwxr-xr-xresque_dev.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/resque_dev.sh b/resque_dev.sh
index b09cfd9e383..0f1d6edb41f 100755
--- a/resque_dev.sh
+++ b/resque_dev.sh
@@ -1 +1,2 @@
-bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook VVERBOSE=1
+mkdir -p tmp/pids
+bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook VVERBOSE=1 PIDFILE=tmp/pids/resque_worker.pid RAILS_ENV=development BACKGROUND=yes