summaryrefslogtreecommitdiff
path: root/app/workers/trending_projects_worker.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-18 21:09:32 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-18 21:09:32 +0000
commitae0889b3960606a480d2d09a57bdab59ddba6195 (patch)
tree7b2a20fa9bb427b19a0f6377df4bd6c048256ecf /app/workers/trending_projects_worker.rb
parent7ea5ca0bb5aa9792c514a22d59217dffa3800581 (diff)
downloadgitlab-ce-ae0889b3960606a480d2d09a57bdab59ddba6195.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/trending_projects_worker.rb')
-rw-r--r--app/workers/trending_projects_worker.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/workers/trending_projects_worker.rb b/app/workers/trending_projects_worker.rb
index eb1a7f4fef9..5876cfb1fe7 100644
--- a/app/workers/trending_projects_worker.rb
+++ b/app/workers/trending_projects_worker.rb
@@ -2,10 +2,6 @@
class TrendingProjectsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
- # rubocop:disable Scalability/CronWorkerContext
- # This worker does not perform work scoped to a context
- include CronjobQueue
- # rubocop:enable Scalability/CronWorkerContext
include CronjobQueue # rubocop:disable Scalability/CronWorkerContext
feature_category :source_code_management