Skip to content
Snippets Groups Projects
Commit c106cddf authored by Richie Min's avatar Richie Min
Browse files

add resque_dev.sh

parent bc4a9fe5
No related branches found
No related tags found
No related merge requests found
mkdir -p tmp/pids
nohup bundle exec rake environment resque:work QUEUE=runner,scheduler_task VVERBOSE=1 RAILS_ENV=development PIDFILE=tmp/pids/resque_worker.pid > ./log/resque.log &
nohup bundle exec rake environment resque:scheduler VVERBOSE=1 RAILS_ENV=development PIDFILE=tmp/pids/resque_schedule.pid > ./log/schedule.log &
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment