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

resque.sh - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ebf319efc1d1a499d6061663e02ff633a5888ac (plain)
1
2
mkdir -p tmp/pids
nohup bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid > ./log/resque.log  &