Skip to content
Snippets Groups Projects
Commit 79e6535a authored by Shinya Maeda's avatar Shinya Maeda Committed by Kamil Trzciński
Browse files

Add ci_archive_traces_cron_worker configuration to gitlab.yml.example

parent 1f71bb4c
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
---
title: Add an example of the configuration of archive trace cron worker in gitlab.yml.example
merge_request: 20583
author:
type: other
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment