mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
return array position in testing push
This commit is contained in:
parent
a70656d603
commit
c8e510d1af
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module Sidekiq
|
|||
|
||||
def client_push(opts)
|
||||
jobs << opts
|
||||
true
|
||||
jobs.size-1
|
||||
end
|
||||
|
||||
# Jobs queued for this worker
|
||||
|
|
Loading…
Reference in a new issue