Actions
Bug #12295
open[nodemanager] Only looking at first 100 queued jobs
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
09/20/2017
Due date:
% Done:
0%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
I saw a case last night where there were 391 queued jobs (due to a different bug), but node manager was only looking at the first 100.
The offending line is
queuelist.extend(self._client.jobs().queue().execute()['items'])
Actions