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 (Expand)Author
2018-04-04Add support for Sidekiq JSON loggingStan Hu
2018-02-26Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failedJacob Vosmaer (GitLab)
2017-12-12Use a dedicated queue for each workerDouwe Maan
2017-12-05Add ApplicationWorker and make every worker include itDouwe Maan
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-28Update sidekiq redis error rescue to include addrnotavailDJ Mountney
2017-03-17Added Gitlab::Database.configYorick Peterse
2017-03-08Clear AR connections before starting SidekiqYorick Peterse
2017-02-06Don't use backup AR connections for SidekiqYorick Peterse
2017-01-25Fix race conditions for AuthorizedProjectsWorkerYorick Peterse
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-12-01Gracefully recover from Redis connection failures in Sidekiq initializerStan Hu
2016-11-10Refactored initializer code to its own class and added testsPatricio Cano
2016-11-10Allow the Sidekiq queues to throttle and the factor by which to throttle them...Patricio Cano
2016-11-10Allow certain Sidekiq jobs to be throttledPatricio Cano
2016-11-04Set default Sidekiq retries to 3Drew Blessing
2016-11-01Initialize Sidekiq with the list of queues used by GitLabStan Hu
2016-08-04Make sidekiq get config settings from Gitlab::RedisConfigGabriel Mazetto
2016-07-26Enable SIDEKIQ_REQUEST_STORE by defaultStan Hu
2016-07-26Add support for using RequestStore within Sidekiq tasks via SIDEKIQ_REQUEST_S...Stan Hu
2016-07-20Log cron_jobs configuration instead of raising exceptionGabriel Mazetto
2016-07-19Improve cron_jobs loading error messagesGabriel Mazetto
2016-06-29Enable Style/SpaceAfterComma Rubocop copGrzegorz Bizon
2016-06-20Avoid autoload issue such as 'Mail::Parsers::AddressStruct'Rémy Coutable
2016-04-13Redis configuration consistencyValery Sizov
2016-04-04Add Gitlab::Redis connection poolJacob Vosmaer
2016-03-09Parse config/resque.yml in one place onlyJacob Vosmaer
2015-12-22Hotfix for sidekiq-cron being loaded from Settingslogic with defaultsGabriel Mazetto
2015-12-14Sidekiq-cron configuration moved to gitlab.ymlGabriel Mazetto
2015-12-10Upgraded Sidekiq to 4.xGabriel Mazetto
2015-12-04Migrate from Sidetiq to Sidekiq-cronGabriel Mazetto
2015-08-26Groundwork for merging CI into CEDouwe Maan