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: d8b68d463f0e43a9ca8be88758ff29bdc3e96e7a (plain)
1
2
mkdir tmp/pids
nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid & >> log/resque_worker.log 2>&1