Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
1e4c8885e58c
Commit
82b6639c
authored
Aug 16, 2018
by
Shinya Maeda
Committed by
Kamil Trzciński
Aug 16, 2018
Browse files
Add ci_archive_traces_cron_worker configuration to gitlab.yml.example
parent
e423d75b5ae5
Changes
2
Show whitespace changes
Inline
Side-by-side
changelogs/unreleased/add-ci_archive_traces_cron_worker-to-gitlab-yml.yml
0 → 100644
View file @
1e4c8885
---
title
:
Add an example of the configuration of archive trace cron worker in gitlab.yml.example
merge_request
:
20583
author
:
type
:
other
config/gitlab.yml.example
View file @
1e4c8885
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment