Skip to content
Snippets Groups Projects
Unverified Commit aab064e9 authored by Sylvester Chin's avatar Sylvester Chin Committed by GitLab
Browse files

Track worker concurrency using Redis hash - 2nd try

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.
parent 5cf2cfec
No related branches found
No related tags found
No related merge requests found
Showing
with 833 additions and 239 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment