We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44436a commit 9e161ddCopy full SHA for 9e161dd
lib/resque/tasks.rb
@@ -19,7 +19,7 @@
19
abort "set QUEUE env var, e.g. $ QUEUE=critical,high rake resque:work"
20
end
21
22
- puts "*** Starting worker #{worker}"
+ worker.log "Starting worker #{worker}"
23
24
worker.work(ENV['INTERVAL'] || 5) # interval, will block
25
0 commit comments