Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2017-03-03 02:43:39 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2017-03-03 02:43:39 +0300
commit4d4e99a2f163408de44d39ea98131a4231667c24 (patch)
tree0b3544b81e50abefb5f6fc6607901484f708a1f4 /config/gitlab.yml.example
parentb66fe22a09d3969cd44c7eadab67eee8370fb998 (diff)
Renable StuckCiBuildsWorker to StucjCiJobsWorker
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: