remove resque-scheduler from start scripts (resque-retry revert)

This commit is contained in:
Jonne Hass 2011-11-08 13:40:18 +01:00
parent 0a29408497
commit 2cad824c82
2 changed files with 0 additions and 2 deletions

View file

@ -2,4 +2,3 @@ web: bundle exec rails s thin -p $PORT
redis: redis-server
websocket: ruby script/websocket_server.rb
worker: QUEUE=* bundle exec rake resque:work
scheduler: bundle exec rake resque:scheduler

View file

@ -159,7 +159,6 @@ if [ "$(bundle exec ruby ./script/get_config.rb 'single_process_mode?')" != "tru
redis-server config/redis.conf &>log/redis-console.log &
QUEUE=* bundle exec rake resque:work&
bundle exec rake resque:scheduler&
bundle exec ruby ./script/websocket_server.rb&
fi