Skip to content
代码片段 群组 项目
未验证 提交 a76d3f9f 编辑于 作者: Pedro Pombeiro's avatar Pedro Pombeiro 提交者: GitLab
浏览文件

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

No related branches found
No related tags found
无相关合并请求
......@@ -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% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册