Skip to content
Snippets Groups Projects
Select Git revision
  • v17.5.0-ee
  • v17.5.0-rc42-ee
  • v17.2.9-ee
  • v17.3.5-ee
  • v17.4.2-ee
  • v17.2.8-ee
  • v17.3.4-ee
  • v17.4.1-ee
  • v17.0.9-rc50-ee
  • v17.2.8-rc50-ee
  • v17.4.1-rc10-ee
  • v17.3.4-rc50-ee
  • v17.1.9-rc50-ee
  • v16.0.10-ee
  • v16.1.8-ee
  • v16.2.11-ee
  • v16.3.9-ee
  • v16.4.7-ee
  • v16.5.10-ee
  • v16.6.10-ee
20 results
An error occurred while fetching branches. Retry the search.

resume_worker.rb

  • Sylvester Chin's avatar
    aab064e9
    Track worker concurrency using Redis hash - 2nd try · aab064e9
    Sylvester Chin authored
    The application track worker counts using a Redis hash per Sidekiq worker.
    The hash fields are contain information of the Sidekiq process id and thread id.
    The application also does a periodic hash clean up during
    ConcurrencyLimit::ResumeWorker crons.
    
    The change is behind a sidekiq_concurrency_limit_optimized_count feature flag.
    Track worker concurrency using Redis hash - 2nd try
    Sylvester Chin authored
    The application track worker counts using a Redis hash per Sidekiq worker.
    The hash fields are contain information of the Sidekiq process id and thread id.
    The application also does a periodic hash clean up during
    ConcurrencyLimit::ResumeWorker crons.
    
    The change is behind a sidekiq_concurrency_limit_optimized_count feature flag.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.