Skip to content
Snippets Groups Projects
Verified Commit 0820ea0b authored by Shola Quadri's avatar Shola Quadri :speech_balloon: Committed by GitLab
Browse files

Remove StoreRepositoryXrayWorker class

parent 5d68b78c
No related branches found
No related tags found
2 merge requests!181325Fix ambiguous `created_at` in project.rb,!175976Remove StoreRepositoryXrayWorker class
......@@ -31,8 +31,6 @@
- 1
- - ai_repository_xray_scan_dependencies
- 1
- - ai_store_repository_xray
- 1
- - analytics_code_review_metrics
- 1
- - analytics_devops_adoption_create_snapshot
......
# frozen_string_literal: true
# TODO: Remove this Class in 17.8
# Reference: https://gitlab.com/gitlab-org/gitlab/-/issues/505676
module Ai
class StoreRepositoryXrayWorker
include ApplicationWorker
data_consistency :sticky
idempotent!
sidekiq_options retry: true
feature_category :code_suggestions
# This method is a no-op to ensure that
# we safely remove the
# StoreRepositoryXrayWorker class
# following a multi-step approach
# Reference: https://docs.gitlab.com/ee/development/sidekiq/compatibility_across_updates.html#removing-worker-classes
def perform(pipeline_id); end
end
end
......@@ -1065,15 +1065,6 @@
:weight: 1
:idempotent: true
:tags: []
- :name: ai_store_repository_xray
:worker_name: Ai::StoreRepositoryXrayWorker
:feature_category: :code_suggestions
:has_external_dependencies: false
:urgency: :low
:resource_boundary: :unknown
:weight: 1
:idempotent: true
:tags: []
- :name: analytics_code_review_metrics
:worker_name: Analytics::CodeReviewMetricsWorker
:feature_category: :value_stream_management
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment