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'])
Updated by Tom Morris over 7 years ago
- Target version changed from 2017-09-27 Sprint to 2017-10-11 Sprint
Updated by Tom Morris over 7 years ago
- Target version changed from 2017-10-11 Sprint to Arvados Future Sprints
Updated by Peter Amstutz over 7 years ago
The queue is ordered this way by the API server:
def queue params[:order] ||= ['priority desc', 'created_at']
Updated by Peter Amstutz over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions