Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Merge requests
  • !253

Fixed #672. We now consider running jobs for the count of total jobs allowed.

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged wuruchi requested to merge issue672 into master Mar 16, 2021
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 1

I am assigning @dbeltran as this change might conflict with some of the new features he has implemented.

The JobPackager build procedure was not considering the number RUNNING jobs to establish the limit of total jobs allowed to run at the same time. This decision might have been taken (or ignored) because, usually, the queue time is greater than the running time, so it was enough to consider SUBMITTED and QUEUING jobs. In the case of #672 (closed), the queue time was almost none, and the running times were long, this combination caused the overflow of running jobs.

FYI @mcastril

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: issue672