Skip to content

Commit b87c6af

Browse files
committed
Fix my merge of d5c3403.
I think when I merged this, I let a new pidfile task slip in. It shouldn't be there. Fixes resque#710 Fixes resque#715
1 parent 832fb9d commit b87c6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
task :setup
66

77
desc "Start a Resque worker"
8-
task :work => [:pidfile, :setup] do
8+
task :work => :setup do
99
require 'resque'
1010

1111
queues = (ENV['QUEUES'] || ENV['QUEUE']).to_s.split(',')

0 commit comments

Comments
 (0)