Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • allgo allgo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 80
    • Issues 80
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Attention une mise à jour du service Gitlab va être effectuée le mardi 07 février entre 13h30 et 14h00. Cette mise à jour va générer une interruption du service dont nous ne maîtrisons pas complètement la durée mais qui ne devrait pas excéder quelques minutes (habituellement de l'ordre de trois minutes).

  • allgoallgo
  • allgoallgo
  • Issues
  • #124
Closed
Open
Issue created Jun 20, 2017 by BAIRE Anthony@abaireOwner

swarm resource discovery

The maximal number of concurrent jobs is statically configured. This is problematic when:

  • the size of the swarm changes (one node goes down)
  • the qualif instance of allgo is running its own jobs

When the available resources are exceeded the new jobs fail immediately with docker.errors.APIError: 500 Server Error: Internal Server Error ("b'no resources available to schedule container'")

The controller should:

  • handle this exception and reschedule the job
  • detect the available resources (docker info) on startup, on errors (the above exception) and periodically.

Also the config for BIG_MEM or LONG jobs, should state the number of reserved slots for the low-demanding apps rather than for the high-demanging apps.

related to #121 (closed), #123

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking