Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bull
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 175
    • Issues 175
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure 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
  • OptimalBits
  • bull
  • Merge requests
  • !641

Performance fixes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Manuel Astudillo requested to merge performance-fixes into master Aug 09, 2017
  • Overview 5
  • Commits 9
  • Pipelines 0
  • Changes 16

This PR includes various performance fixes. Some related to faster javascript, but the most important one is the one related to notifying waiting jobs, which now uses a blocking operation instead of pubsub. This solution completely removes the overhead of having many concurrent workers reacting to the pubsub 'added' event.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: performance-fixes