diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-08-16 14:25:44 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-08-16 14:25:44 +0000 |
commit | 79e6535a6781a403f0c59824691a202781fb505f (patch) | |
tree | 1fc34fefe36217b6f0154589c4b96d3588892bec /config | |
parent | 1f71bb4c40ddb61ffc24b9a442a70a06042df5e9 (diff) | |
download | gitlab-ce-79e6535a6781a403f0c59824691a202781fb505f.tar.gz |
Add ci_archive_traces_cron_worker configuration to gitlab.yml.example
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 561ff57c9fb..4847a82236b 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -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" |