diff options
Diffstat (limited to 'lib/custodian/queue.rb')
-rw-r--r-- | lib/custodian/queue.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/queue.rb b/lib/custodian/queue.rb index 6e252e9..671e44e 100644 --- a/lib/custodian/queue.rb +++ b/lib/custodian/queue.rb @@ -182,7 +182,7 @@ end # Get the size of the queue # def size? - stats = @queue.stats() + stats = @queue.stats ( stats['current-jobs-ready'] || 0 ) end |