diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-03 03:09:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-03 03:09:33 +0000 |
commit | 3f64903c39169f1ccbdac09668d9facd6a55d527 (patch) | |
tree | 8bd78ba5aa99485ef5c5349807d03f00cd3b7522 /config/gitlab.yml.example | |
parent | a020b8c048bf621f5193c38833bbdea4c0e080af (diff) | |
download | gitlab-ce-3f64903c39169f1ccbdac09668d9facd6a55d527.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/gitlab.yml.example')
-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 9997772674d..29b60aa91c5 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -435,7 +435,7 @@ production: &base cron: "0 * * * *" # Execute scheduled triggers pipeline_schedule_worker: - cron: "19 * * * *" + cron: "3-59/10 * * * *" # Remove expired build artifacts expire_build_artifacts_worker: cron: "*/7 * * * *" |