Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4f7a3a58
Commit
4f7a3a58
authored
Sep 22, 2021
by
Eugie Limpin
Committed by
Andy Soiron
Sep 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update feature_category of workers to :onboarding
parent
8ef76585
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
app/workers/all_queues.yml
app/workers/all_queues.yml
+5
-5
app/workers/namespaces/in_product_marketing_emails_worker.rb
app/workers/namespaces/in_product_marketing_emails_worker.rb
+1
-1
app/workers/namespaces/onboarding_issue_created_worker.rb
app/workers/namespaces/onboarding_issue_created_worker.rb
+1
-1
app/workers/namespaces/onboarding_pipeline_created_worker.rb
app/workers/namespaces/onboarding_pipeline_created_worker.rb
+1
-1
app/workers/namespaces/onboarding_progress_worker.rb
app/workers/namespaces/onboarding_progress_worker.rb
+1
-1
app/workers/namespaces/onboarding_user_added_worker.rb
app/workers/namespaces/onboarding_user_added_worker.rb
+1
-1
No files found.
app/workers/all_queues.yml
View file @
4f7a3a58
...
@@ -347,7 +347,7 @@
...
@@ -347,7 +347,7 @@
:tags: []
:tags: []
-
:name: cronjob:namespaces_in_product_marketing_emails
-
:name: cronjob:namespaces_in_product_marketing_emails
:worker_name: Namespaces::InProductMarketingEmailsWorker
:worker_name: Namespaces::InProductMarketingEmailsWorker
:feature_category: :
subgroups
:feature_category: :
experimentation_activation
:has_external_dependencies:
:has_external_dependencies:
:urgency: :low
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :unknown
...
@@ -2314,7 +2314,7 @@
...
@@ -2314,7 +2314,7 @@
:tags: []
:tags: []
-
:name: namespaces_onboarding_issue_created
-
:name: namespaces_onboarding_issue_created
:worker_name: Namespaces::OnboardingIssueCreatedWorker
:worker_name: Namespaces::OnboardingIssueCreatedWorker
:feature_category: :
issue_track
ing
:feature_category: :
onboard
ing
:has_external_dependencies:
:has_external_dependencies:
:urgency: :low
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :unknown
...
@@ -2323,7 +2323,7 @@
...
@@ -2323,7 +2323,7 @@
:tags: []
:tags: []
-
:name: namespaces_onboarding_pipeline_created
-
:name: namespaces_onboarding_pipeline_created
:worker_name: Namespaces::OnboardingPipelineCreatedWorker
:worker_name: Namespaces::OnboardingPipelineCreatedWorker
:feature_category: :
subgroups
:feature_category: :
onboarding
:has_external_dependencies:
:has_external_dependencies:
:urgency: :low
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :unknown
...
@@ -2332,7 +2332,7 @@
...
@@ -2332,7 +2332,7 @@
:tags: []
:tags: []
-
:name: namespaces_onboarding_progress
-
:name: namespaces_onboarding_progress
:worker_name: Namespaces::OnboardingProgressWorker
:worker_name: Namespaces::OnboardingProgressWorker
:feature_category: :
product_analytics
:feature_category: :
onboarding
:has_external_dependencies:
:has_external_dependencies:
:urgency: :low
:urgency: :low
:resource_boundary: :cpu
:resource_boundary: :cpu
...
@@ -2341,7 +2341,7 @@
...
@@ -2341,7 +2341,7 @@
:tags: []
:tags: []
-
:name: namespaces_onboarding_user_added
-
:name: namespaces_onboarding_user_added
:worker_name: Namespaces::OnboardingUserAddedWorker
:worker_name: Namespaces::OnboardingUserAddedWorker
:feature_category: :
users
:feature_category: :
onboarding
:has_external_dependencies:
:has_external_dependencies:
:urgency: :low
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :unknown
...
...
app/workers/namespaces/in_product_marketing_emails_worker.rb
View file @
4f7a3a58
...
@@ -8,7 +8,7 @@ module Namespaces
...
@@ -8,7 +8,7 @@ module Namespaces
include
CronjobQueue
# rubocop:disable Scalability/CronWorkerContext
include
CronjobQueue
# rubocop:disable Scalability/CronWorkerContext
feature_category
:
subgroups
feature_category
:
experimentation_activation
urgency
:low
urgency
:low
def
perform
def
perform
...
...
app/workers/namespaces/onboarding_issue_created_worker.rb
View file @
4f7a3a58
...
@@ -8,7 +8,7 @@ module Namespaces
...
@@ -8,7 +8,7 @@ module Namespaces
sidekiq_options
retry:
3
sidekiq_options
retry:
3
feature_category
:
issue_track
ing
feature_category
:
onboard
ing
urgency
:low
urgency
:low
deduplicate
:until_executing
deduplicate
:until_executing
...
...
app/workers/namespaces/onboarding_pipeline_created_worker.rb
View file @
4f7a3a58
...
@@ -8,7 +8,7 @@ module Namespaces
...
@@ -8,7 +8,7 @@ module Namespaces
sidekiq_options
retry:
3
sidekiq_options
retry:
3
feature_category
:
subgroups
feature_category
:
onboarding
urgency
:low
urgency
:low
deduplicate
:until_executing
deduplicate
:until_executing
...
...
app/workers/namespaces/onboarding_progress_worker.rb
View file @
4f7a3a58
...
@@ -8,7 +8,7 @@ module Namespaces
...
@@ -8,7 +8,7 @@ module Namespaces
sidekiq_options
retry:
3
sidekiq_options
retry:
3
feature_category
:
product_analytics
feature_category
:
onboarding
worker_resource_boundary
:cpu
worker_resource_boundary
:cpu
urgency
:low
urgency
:low
...
...
app/workers/namespaces/onboarding_user_added_worker.rb
View file @
4f7a3a58
...
@@ -8,7 +8,7 @@ module Namespaces
...
@@ -8,7 +8,7 @@ module Namespaces
sidekiq_options
retry:
3
sidekiq_options
retry:
3
feature_category
:
users
feature_category
:
onboarding
urgency
:low
urgency
:low
idempotent!
idempotent!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment