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.
  • Sean McGivern's avatar
    74ea5a99
    Rename latency_sensitive -> urgency · 74ea5a99
    Sean McGivern authored
    We have some queues that are not only not latency-sensitive, they have
    no particular urgency at all. This means that we need more than a
    boolean field, so this changes:
    
    1. `latency_sensitive_worker!` to `urgency :high`.
    2. The rest of the workers to `urgency :default` (when `urgency` is not
       set).
    
    It allows for workers to be marked as `urgency :none` in future.
    Rename latency_sensitive -> urgency
    Sean McGivern authored
    We have some queues that are not only not latency-sensitive, they have
    no particular urgency at all. This means that we need more than a
    boolean field, so this changes:
    
    1. `latency_sensitive_worker!` to `urgency :high`.
    2. The rest of the workers to `urgency :default` (when `urgency` is not
       set).
    
    It allows for workers to be marked as `urgency :none` in future.