diff options
author | Shinya Maeda <gitlab.shinyamaeda@gmail.com> | 2017-03-30 20:51:05 +0900 |
---|---|---|
committer | Shinya Maeda <gitlab.shinyamaeda@gmail.com> | 2017-04-06 23:46:58 +0900 |
commit | 36ee4877788b8c78d67839b8d917d94a431b1db1 (patch) | |
tree | ced0d581ede2a202936a2961bc737bfa05d4cb55 /config | |
parent | 2a1a7310d04f6d64a983d2438fdcc515e7118d91 (diff) | |
download | gitlab-ce-36ee4877788b8c78d67839b8d917d94a431b1db1.tar.gz |
Change configuration in gitlab.com as trigger_schedule_worker will perform twice a day
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
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 * * * *" |