Skip to content

Commit 1b208a0

Browse files
committed
dev mode note
1 parent c57d957 commit 1b208a0

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
@@ -24,7 +24,7 @@
2424
worker.work(ENV['INTERVAL'] || 5) # interval, will block
2525
end
2626

27-
desc "Start multiple Resque workers"
27+
desc "Start multiple Resque workers. Should only be used in dev mode."
2828
task :workers do
2929
threads = []
3030

0 commit comments

Comments
 (0)