mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
freshen push_bulk rdoc
This commit is contained in:
parent
e2e8bfc050
commit
69e314a913
1 changed files with 4 additions and 3 deletions
|
@ -77,9 +77,10 @@ module Sidekiq
|
|||
end
|
||||
|
||||
##
|
||||
# Push a large number of jobs to Redis. In practice this method is only
|
||||
# useful if you are pushing thousands of jobs or more. This method
|
||||
# cuts out the redis network round trip latency.
|
||||
# Push a large number of jobs to Redis. This method cuts out the redis
|
||||
# network round trip latency. I wouldn't recommend pushing more than
|
||||
# 1000 per call but YMMV based on network quality, size of job args, etc.
|
||||
# A large number of jobs can cause a bit of Redis command processing latency.
|
||||
#
|
||||
# Takes the same arguments as #push except that args is expected to be
|
||||
# an Array of Arrays. All other keys are duplicated for each job. Each job
|
||||
|
|
Loading…
Reference in a new issue