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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-10 09:08:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-10 09:08:18 +0300
commitc2879da99d02b4e49a1394f5699a2963f2651f18 (patch)
treed461f06a8ab26874e7aa419de0066e1b6b8a11be /config/gitlab.yml.example
parent83ecb4b0df499a75a5eb54ebed3ea900606d3bb0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 03a45353465..9c0fa783250 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -469,6 +469,11 @@ production: &base
geo_file_download_dispatch_worker:
cron: "*/1 * * * *"
+ # GitLab Geo registry sync worker (for backfilling)
+ # NOTE: This will only take effect if Geo is enabled (secondary nodes only)
+ geo_registry_sync_worker:
+ cron: "*/1 * * * *"
+
# GitLab Geo migrated local files clean up worker
# NOTE: This will only take effect if Geo is enabled (secondary nodes only)
geo_migrated_local_files_clean_up_worker: