Skip to content
Snippets Groups Projects
Select Git revision
  • v15.0.0-ee
  • v14.10.3-ee
  • v15.0.0-rc44-ee
  • v15.0.0-rc43-ee
  • v15.0.0-rc42-ee
  • v14.10.2-ee
  • v14.8.6-ee
  • v14.9.4-ee
  • v14.10.1-ee
  • v14.10.0-ee
  • v14.10.0-rc42-ee
  • v14.9.3-ee
  • v14.6.7-ee
  • v14.7.7-ee
  • v14.8.5-ee
  • v14.9.2-ee
  • v14.7.6-ee
  • v14.9.1-ee
  • v14.9.0-ee
  • v14.9.0-rc42-ee
20 results
An error occurred while fetching branches. Retry the search.

build_success_worker.rb

Forked from GitLab.org / GitLab
Source project has a limited visibility.
  • Andrew Newdigate's avatar
    87fa73c5
    Attribute Sidekiq workers according to their workloads · 87fa73c5
    Andrew Newdigate authored
    These workload attributes include:
    
    1. Are jobs for this worker latency sensitve?
    1. Does the worker rely on external dependencies?
    1. What resource boundary is the worker limited by? This can be either
       cpu or memory.
    
    These attributes are non-mandatory, but in future, SLOS for workers will
    be determined by these attributes, and therefore, if a job has specific
    latency requirements, they should be configured through these
    attributes.
    87fa73c5
    History
    Attribute Sidekiq workers according to their workloads
    Andrew Newdigate authored
    These workload attributes include:
    
    1. Are jobs for this worker latency sensitve?
    1. Does the worker rely on external dependencies?
    1. What resource boundary is the worker limited by? This can be either
       cpu or memory.
    
    These attributes are non-mandatory, but in future, SLOS for workers will
    be determined by these attributes, and therefore, if a job has specific
    latency requirements, they should be configured through these
    attributes.