Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
79e6535a
Commit
79e6535a
authored
Aug 16, 2018
by
Shinya Maeda
Committed by
Kamil Trzciński
Aug 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ci_archive_traces_cron_worker configuration to gitlab.yml.example
parent
1f71bb4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
changelogs/unreleased/add-ci_archive_traces_cron_worker-to-gitlab-yml.yml
...eased/add-ci_archive_traces_cron_worker-to-gitlab-yml.yml
+5
-0
config/gitlab.yml.example
config/gitlab.yml.example
+3
-0
No files found.
changelogs/unreleased/add-ci_archive_traces_cron_worker-to-gitlab-yml.yml
0 → 100644
View file @
79e6535a
---
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 @
79e6535a
...
...
@@ -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