Skip to content

Commit 6061774

Browse files
committed
btq - fixed typo, urgent is only for stats and already in ready count.
1 parent a76952b commit 6061774

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: cloudwrapper/btq.py

-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ def qsize(self):
105105
"""
106106
stats = self._wrap_handle('stats_tube', self.name)
107107
num = 0
108-
if 'current-jobs-urgent' in stats:
109-
num += stats['current-jobs-urgent']
110108
if 'current-jobs-ready' in stats:
111109
num += stats['current-jobs-ready']
112110
if 'current-jobs-reserved' in stats:

0 commit comments

Comments
 (0)