Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-19 14:36:16 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-19 14:36:16 +0400
commitee45a49c57a362305431cbf004e4590b713c910e (patch)
tree6bf6e5790f34d002cf752669e1e2282082ae0585 /resque.sh
parenta6870dd08f8f274d9a6b899f638c0c26fefaa690 (diff)
preparing to v2.2
Diffstat (limited to 'resque.sh')
-rwxr-xr-xresque.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resque.sh b/resque.sh
index 7c9850d0ec8..84a1066f087 100755
--- a/resque.sh
+++ b/resque.sh
@@ -1,2 +1,2 @@
mkdir tmp/pids
-nohup bundle exec rake environment resque:work QUEUE=* VVERBOSE=1 RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1
+nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1