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
608cacd4
Commit
608cacd4
authored
Sep 24, 2020
by
James Lopez
Committed by
James Lopez
Sep 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Fulfillment categories
parent
1b8718e2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
7 deletions
+8
-7
config/feature_categories.yml
config/feature_categories.yml
+2
-1
ee/app/workers/all_queues.yml
ee/app/workers/all_queues.yml
+3
-3
ee/app/workers/historical_data_worker.rb
ee/app/workers/historical_data_worker.rb
+1
-1
ee/app/workers/sync_seat_link_request_worker.rb
ee/app/workers/sync_seat_link_request_worker.rb
+1
-1
ee/app/workers/sync_seat_link_worker.rb
ee/app/workers/sync_seat_link_worker.rb
+1
-1
No files found.
config/feature_categories.yml
View file @
608cacd4
...
...
@@ -19,7 +19,6 @@
-
auto_devops
-
backup_restore
-
behavior_analytics
-
billing
-
chatops
-
cloud_native_installation
-
cluster_cost_optimization
...
...
@@ -87,6 +86,8 @@
-
planning_analytics
-
product_analytics
-
projects
-
provision
-
purchase
-
quality_management
-
release_evidence
-
release_orchestration
...
...
ee/app/workers/all_queues.yml
View file @
608cacd4
...
...
@@ -172,7 +172,7 @@
:idempotent:
:tags: []
-
:name: cronjob:historical_data
:feature_category: :
billing
:feature_category: :
provision
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
...
...
@@ -236,7 +236,7 @@
:idempotent:
:tags: []
-
:name: cronjob:sync_seat_link
:feature_category: :
billing
:feature_category: :
provision
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
...
...
@@ -700,7 +700,7 @@
:idempotent:
true
:tags: []
-
:name: sync_seat_link_request
:feature_category: :
billing
:feature_category: :
provision
:has_external_dependencies:
true
:urgency: :low
:resource_boundary: :unknown
...
...
ee/app/workers/historical_data_worker.rb
View file @
608cacd4
...
...
@@ -7,7 +7,7 @@ class HistoricalDataWorker # rubocop:disable Scalability/IdempotentWorker
include
CronjobQueue
# rubocop:enable Scalability/CronWorkerContext
feature_category
:
billing
feature_category
:
provision
def
perform
return
if
License
.
current
.
nil?
||
License
.
current
&
.
trial?
...
...
ee/app/workers/sync_seat_link_request_worker.rb
View file @
608cacd4
...
...
@@ -3,7 +3,7 @@
class
SyncSeatLinkRequestWorker
include
ApplicationWorker
feature_category
:
billing
feature_category
:
provision
# Retry for up to approximately 6 days
sidekiq_options
retry:
20
...
...
ee/app/workers/sync_seat_link_worker.rb
View file @
608cacd4
...
...
@@ -7,7 +7,7 @@ class SyncSeatLinkWorker # rubocop:disable Scalability/IdempotentWorker
include
CronjobQueue
# rubocop:enable Scalability/CronWorkerContext
feature_category
:
billing
feature_category
:
provision
# Retry for up to approximately 17 hours
sidekiq_options
retry:
12
,
dead:
false
...
...
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