summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2017-02-07 14:10:48 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2017-03-01 13:29:52 +0100
commita4e996d77315a9d2598e32fab42436b1a04fadcb (patch)
tree5dd9c6e4682b821929ce9e37cfd81cf1fa251e10 /config/gitlab.yml.example
parent8d1cdc940142590eab34d190def2ac3bcd51167f (diff)
downloadgitlab-ce-a4e996d77315a9d2598e32fab42436b1a04fadcb.tar.gz
Update default configuration of stuck_ci_builds_worker cron interval
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 a82ff605a70..b4f47b30622 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -179,7 +179,7 @@ production: &base
cron_jobs:
# Flag stuck CI builds as failed
stuck_ci_builds_worker:
- cron: "0 0 * * *"
+ cron: "0 * * * *"
# Remove expired build artifacts
expire_build_artifacts_worker:
cron: "50 * * * *"