gitlab-org--gitlab-foss/app/workers/concerns
Stan Hu f4319f6a18 Remove warning noise in ProjectImportOptions
Squlches these warnings:

```
/opt/gitlab/embedded/service/gitlab-rails/app/workers/concerns/project_import_options.rb:5: warning: already initialized constant ProjectImportOptions::IMPORT_RETRY_COUNT
/opt/gitlab/embedded/service/gitlab-rails/app/workers/concerns/project_import_options.rb:5: warning: previous definition of IMPORT_RETRY_COUNT was here
```
2018-01-11 13:03:26 -08:00
..
gitlab/github_import Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
application_worker.rb Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't manually set their queue 2017-12-13 16:28:26 +01:00
cluster_applications.rb Rename App to Applications 2017-11-03 10:57:09 +01:00
cluster_queue.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
cronjob_queue.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
exception_backtrace.rb Enable 5 lines of Sidekiq backtrace lines to aid in debugging 2017-08-25 05:27:42 -07:00
new_issuable.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
pipeline_queue.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
project_import_options.rb Remove warning noise in ProjectImportOptions 2018-01-11 13:03:26 -08:00
project_start_import.rb Fork and Import jobs only get marked as failed when the number of Sidekiq retries were exhausted 2017-12-15 09:54:10 +00:00
repository_check_queue.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00