summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-03-30 20:51:05 +0900
committerShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-04-06 23:46:58 +0900
commit36ee4877788b8c78d67839b8d917d94a431b1db1 (patch)
treeced0d581ede2a202936a2961bc737bfa05d4cb55 /config/gitlab.yml.example
parent2a1a7310d04f6d64a983d2438fdcc515e7118d91 (diff)
downloadgitlab-ce-36ee4877788b8c78d67839b8d917d94a431b1db1.tar.gz
Change configuration in gitlab.com as trigger_schedule_worker will perform twice a day
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 6fb67426c8b..3c70f35b9d0 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -182,7 +182,7 @@ production: &base
cron: "0 * * * *"
# Execute scheduled triggers
trigger_schedule_worker:
- cron: "0 * * * *"
+ cron: "0 */12 * * *"
# Remove expired build artifacts
expire_build_artifacts_worker:
cron: "50 * * * *"