summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2017-03-03 00:43:39 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2017-03-03 00:43:39 +0100
commit4d4e99a2f163408de44d39ea98131a4231667c24 (patch)
tree0b3544b81e50abefb5f6fc6607901484f708a1f4 /config/gitlab.yml.example
parentb66fe22a09d3969cd44c7eadab67eee8370fb998 (diff)
downloadgitlab-ce-4d4e99a2f163408de44d39ea98131a4231667c24.tar.gz
Renable StuckCiBuildsWorker to StucjCiJobsWorker27523-make-stuck-build-detection-more-performant
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index b4f47b30622..8f99a4d541f 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -177,8 +177,8 @@ production: &base
# Periodically executed jobs, to self-heal Gitlab, do external synchronizations, etc.
# Please read here for more information: https://github.com/ondrejbartas/sidekiq-cron#adding-cron-job
cron_jobs:
- # Flag stuck CI builds as failed
- stuck_ci_builds_worker:
+ # Flag stuck CI jobs as failed
+ stuck_ci_jobs_worker:
cron: "0 * * * *"
# Remove expired build artifacts
expire_build_artifacts_worker: