summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/sidekiq_config_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
| | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Use a dedicated queue for each workerDouwe Maan2017-12-121-1/+22
|
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-0/+24