Commit c511572b authored by Kerri Miller's avatar Kerri Miller

Merge branch '326558-reduce-data-processing-to-weekly-for-devops-adoption' into 'master'

Change DevopsAdoption updates to be weekly

See merge request gitlab-org/gitlab!58474
parents d4134f54 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:
......
......@@ -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 * * *'
......
---
title: Make DevOps adoption updates weekly
merge_request: 58474
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment