Merge branch 'add-ci_archive_traces_cron_worker-to-gitlab-yml' into 'master'

Add ci_archive_traces_cron_worker configuration to gitlab.yml.example

See merge request gitlab-org/gitlab-ce!20583
This commit is contained in:
Kamil Trzciński 2018-08-16 14:25:44 +00:00
commit 71a3da05e2
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
title: Add an example of the configuration of archive trace cron worker in gitlab.yml.example
merge_request: 20583
author:
type: other

View File

@ -261,6 +261,9 @@ production: &base
# once per hour you will have concurrent 'git fsck' jobs.
repository_check_worker:
cron: "20 * * * *"
# Archive live traces which have not been archived yet
ci_archive_traces_cron_worker:
cron: "17 * * * *"
# Send admin emails once a week
admin_email_worker:
cron: "0 0 * * 0"