diff options
author | RickXing <oreofish@gmail.com> | 2012-05-12 17:01:09 +0800 |
---|---|---|
committer | RickXing <oreofish@gmail.com> | 2012-05-12 17:01:09 +0800 |
commit | 25b80767bd0b7f715d5e0d77644788e11c3d585c (patch) | |
tree | 099b9fa7290698de9955a9e4f587f55f7dcf84ac /resque.sh | |
parent | 9e5c016847f99350d3eb5444d58a9e9944294fc6 (diff) | |
download | gitlab-ce-25b80767bd0b7f715d5e0d77644788e11c3d585c.tar.gz |
use resque mailer to send mail background
Diffstat (limited to 'resque.sh')
-rwxr-xr-x | resque.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resque.sh b/resque.sh index de5249f7d86..81a103ab276 100755 --- a/resque.sh +++ b/resque.sh @@ -1,2 +1,2 @@ mkdir -p tmp/pids -bundle exec rake environment resque:work QUEUE=post_receive RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes +bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes |