summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-04-11 15:38:36 -0400
committerRobert Speicher <rspeicher@gmail.com>2016-04-12 11:12:05 -0400
commitcba2c437e582dd5880ec45cc4ff2fccda2315ad5 (patch)
tree4a4bcd5348ac6404dcc64e60ce31b8b8fffc9c52 /config/gitlab.yml.example
parent7998725e3c2557c04ceece028dd73a316a3a746c (diff)
downloadgitlab-ce-cba2c437e582dd5880ec45cc4ff2fccda2315ad5.tar.gz
Move RepositoryArchiveCacheWorker to sidekiq-cronrs-archive-cache-worker-cron
Closes #15105
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 35c7c425a5a..1a512a2227f 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -156,6 +156,9 @@ production: &base
stuck_ci_builds_worker:
cron: "0 0 * * *"
+ # Remove outdated repository archives
+ repository_archive_cache_worker:
+ cron: "0 * * * *"
#
# 2. GitLab CI settings