Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-13 15:53:01 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-13 15:53:01 +0300
commitab4ea3720c084063ab83cef3aaf3a0b6adbc2a3c (patch)
treee99ab170d933e8dbb43d43d20f17c6b1fa32c6de /config/gitlab.yml.example
parent87cd46c475c8d6f79abae1be786576f22369c711 (diff)
parentcba2c437e582dd5880ec45cc4ff2fccda2315ad5 (diff)
Merge branch 'rs-archive-cache-worker-cron' into 'master'
Move RepositoryArchiveCacheWorker to sidekiq-cron Closes #15105 See merge request !3663
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 56caee47c97..803a9d07bee 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -165,6 +165,9 @@ production: &base
stuck_ci_builds_worker:
cron: "0 0 * * *"
+ # Remove outdated repository archives
+ repository_archive_cache_worker:
+ cron: "0 * * * *"
#
# 2. GitLab CI settings