Skip to content

Commit

Permalink
Logging that a worker has started if it is verbose, like the rest of …
Browse files Browse the repository at this point in the history
…Resque.
  • Loading branch information
Erica Kwan authored and defunkt committed Jun 22, 2010
1 parent f44436a commit 9e161dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/tasks.rb
Expand Up @@ -19,7 +19,7 @@
abort "set QUEUE env var, e.g. $ QUEUE=critical,high rake resque:work" abort "set QUEUE env var, e.g. $ QUEUE=critical,high rake resque:work"
end end


puts "*** Starting worker #{worker}" worker.log "Starting worker #{worker}"


worker.work(ENV['INTERVAL'] || 5) # interval, will block worker.work(ENV['INTERVAL'] || 5) # interval, will block
end end
Expand Down

0 comments on commit 9e161dd

Please sign in to comment.