Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-27 12:08:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-27 12:08:07 +0300
commitb6f32e82a08a171debbb57236e8995b8d741e6a5 (patch)
tree44d876d957d94b7bb0e940cce64f96693997fe0f /app/workers/all_queues.yml
parent605f9296cc7bb39665ea5d07b7dad9a8eda4c26d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/all_queues.yml')
-rw-r--r--app/workers/all_queues.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/workers/all_queues.yml b/app/workers/all_queues.yml
index 12c6fb3c0d2..4932e0f0f74 100644
--- a/app/workers/all_queues.yml
+++ b/app/workers/all_queues.yml
@@ -327,6 +327,15 @@
:weight: 1
:idempotent: false
:tags: []
+- :name: cronjob:click_house_events_sync
+ :worker_name: ClickHouse::EventsSyncWorker
+ :feature_category: :value_stream_management
+ :has_external_dependencies: true
+ :urgency: :low
+ :resource_boundary: :unknown
+ :weight: 1
+ :idempotent: true
+ :tags: []
- :name: cronjob:container_expiration_policy
:worker_name: ContainerExpirationPolicyWorker
:feature_category: :container_registry
@@ -2685,15 +2694,6 @@
:weight: 1
:idempotent: true
:tags: []
-- :name: click_house_events_sync
- :worker_name: ClickHouse::EventsSyncWorker
- :feature_category: :value_stream_management
- :has_external_dependencies: true
- :urgency: :low
- :resource_boundary: :unknown
- :weight: 1
- :idempotent: true
- :tags: []
- :name: counters_cleanup_refresh
:worker_name: Counters::CleanupRefreshWorker
:feature_category: :not_owned