diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-13 12:53:01 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-13 12:53:01 +0000 |
commit | ab4ea3720c084063ab83cef3aaf3a0b6adbc2a3c (patch) | |
tree | e99ab170d933e8dbb43d43d20f17c6b1fa32c6de /config/gitlab.yml.example | |
parent | 87cd46c475c8d6f79abae1be786576f22369c711 (diff) | |
parent | cba2c437e582dd5880ec45cc4ff2fccda2315ad5 (diff) | |
download | gitlab-ce-ab4ea3720c084063ab83cef3aaf3a0b6adbc2a3c.tar.gz |
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.example | 3 |
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 |