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>2021-10-25 15:10:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-25 15:10:19 +0300
commite5d3d8c323872cb5dee33c5388b3157294c30343 (patch)
tree8d954820c1f876c9df58fc7ac06a181782822db4 /app/workers/all_queues.yml
parent45760607bc053b7379f81edd5ea91dd2a6471522 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/all_queues.yml')
-rw-r--r--app/workers/all_queues.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/workers/all_queues.yml b/app/workers/all_queues.yml
index 2f33d154d99..41db45ec708 100644
--- a/app/workers/all_queues.yml
+++ b/app/workers/all_queues.yml
@@ -2808,6 +2808,15 @@
:weight: 1
:idempotent:
:tags: []
+- :name: tasks_to_be_done_create
+ :worker_name: TasksToBeDone::CreateWorker
+ :feature_category: :onboarding
+ :has_external_dependencies:
+ :urgency: :low
+ :resource_boundary: :cpu
+ :weight: 1
+ :idempotent: true
+ :tags: []
- :name: update_external_pull_requests
:worker_name: UpdateExternalPullRequestsWorker
:feature_category: :source_code_management