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
837fecb2
Commit
837fecb2
authored
Apr 02, 2021
by
Pavel Shutsin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change DevopsAdoption updates to be weekly
parent
1c8e860e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
config/gitlab.yml.example
config/gitlab.yml.example
+1
-1
config/initializers/1_settings.rb
config/initializers/1_settings.rb
+1
-1
ee/changelogs/unreleased/326558-reduce-data-processing-to-weekly-for-devops-adoption.yml
...-reduce-data-processing-to-weekly-for-devops-adoption.yml
+5
-0
No files found.
config/gitlab.yml.example
View file @
837fecb2
...
...
@@ -485,7 +485,7 @@ production: &base
ee_cron_jobs:
# Schedule snapshots for all devops adoption segments
analytics_devops_adoption_create_all_snapshots_worker:
cron: 0 4 * *
*
cron: 0 4 * *
0
# Snapshot active users statistics
historical_data_worker:
...
...
config/initializers/1_settings.rb
View file @
837fecb2
...
...
@@ -575,7 +575,7 @@ end
Gitlab
.
ee
do
Settings
.
cron_jobs
[
'analytics_devops_adoption_create_all_snapshots_worker'
]
||=
Settingslogic
.
new
({})
Settings
.
cron_jobs
[
'analytics_devops_adoption_create_all_snapshots_worker'
][
'cron'
]
||=
'0 4 * *
*
'
Settings
.
cron_jobs
[
'analytics_devops_adoption_create_all_snapshots_worker'
][
'cron'
]
||=
'0 4 * *
0
'
Settings
.
cron_jobs
[
'analytics_devops_adoption_create_all_snapshots_worker'
][
'job_class'
]
=
'Analytics::DevopsAdoption::CreateAllSnapshotsWorker'
Settings
.
cron_jobs
[
'active_user_count_threshold_worker'
]
||=
Settingslogic
.
new
({})
Settings
.
cron_jobs
[
'active_user_count_threshold_worker'
][
'cron'
]
||=
'0 12 * * *'
...
...
ee/changelogs/unreleased/326558-reduce-data-processing-to-weekly-for-devops-adoption.yml
0 → 100644
View file @
837fecb2
---
title
:
Make DevOps adoption updates weekly
merge_request
:
58474
author
:
type
:
changed
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