-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Historically, start_user was called with differenct values for the job_limit argument. Jobs were started round-robin from the groups with highest priority round-robin. If no more jobs could be started from that priority, jobs from lower priority were considered, too. The groups are ordered by priority. Currently, start_user is always called with a job_limit argument of 1 and just the first eligible jobs is started. Remove the job_limit argument and start a single job only. Remove the code complexity which is no longer needed.
- Loading branch information
Showing
1 changed file
with
13 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters