Commit 71a3da05 authored by Kamil Trzciński's avatar Kamil Trzciński

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
parents 1f71bb4c 79e6535a
---
title: Add an example of the configuration of archive trace cron worker in gitlab.yml.example
merge_request: 20583
author:
type: other
......@@ -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"
......
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