From 5681062f33e604ae7554660d2c7b0d4290292a32 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 30 Aug 2011 18:13:49 -0700 Subject: [PATCH] add 'bundle exec' to worker process --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index b44eb8898..8e97aa04d 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ web: bundle exec rails s thin -p $PORT redis: redis-server websocket: ruby script/websocket_server.rb -worker: QUEUE=* rake resque:work +worker: QUEUE=* bundle exec rake resque:work