diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-04-11 15:38:36 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-04-12 11:12:05 -0400 |
commit | cba2c437e582dd5880ec45cc4ff2fccda2315ad5 (patch) | |
tree | 4a4bcd5348ac6404dcc64e60ce31b8b8fffc9c52 /config/gitlab.yml.example | |
parent | 7998725e3c2557c04ceece028dd73a316a3a746c (diff) | |
download | gitlab-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.example | 3 |
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 |