Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-24Remove background job throttling featureValery Sizov
We remove this feature as it never worked properly
2017-08-21Only require sidekiq-limit_fetch when enabled in settingsSean McGivern
This gem allows Sidekiq jobs to be throttled. Unfortunately, it has a side-effect: when we haven't enabled job throttling, it will still hit Redis a lot (and miss, because nothing is configured). As this setting already required a restart, ensure that the library is only required when it's enabled.
2016-11-11Refactored Sidekiq Throttler and updated documentationPatricio Cano
2016-11-10Refactored initializer code to its own class and added testsPatricio Cano