Skip to content
Snippets Groups Projects
Verified Commit a76d3f9f authored by Pedro Pombeiro's avatar Pedro Pombeiro Committed by GitLab
Browse files

Merge branch '505676/sq/remove-store-repo-xray-worker-class' into 'master'

Remove StoreRepositoryXrayWorker class

See merge request !175976



Merged-by: default avatarPedro Pombeiro <noreply@pedro.pombei.ro>
Approved-by: default avatarSerhii Yarynovskyi <syarynovskyi@gitlab.com>
Approved-by: default avatarPedro Pombeiro <noreply@pedro.pombei.ro>
Reviewed-by: default avatarPedro Pombeiro <noreply@pedro.pombei.ro>
Co-authored-by: default avatarsholaq <squadri@gitlab.com>
parents 018d689d 0820ea0b
No related branches found
No related tags found
2 merge requests!181325Fix ambiguous `created_at` in project.rb,!175976Remove StoreRepositoryXrayWorker class
Pipeline #1594098813 passed
......@@ -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
......@@ -1074,15 +1074,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