Add ci_archive_traces_cron_worker configuration to gitlab.yml.example

This commit is contained in:
Shinya Maeda 2018-08-16 14:25:44 +00:00 committed by Kamil Trzciński
parent 1f71bb4c40
commit 79e6535a67
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"