From a4e996d77315a9d2598e32fab42436b1a04fadcb Mon Sep 17 00:00:00 2001 From: Tomasz Maczukin Date: Tue, 7 Feb 2017 14:10:48 +0100 Subject: Update default configuration of stuck_ci_builds_worker cron interval --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/gitlab.yml.example') 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 * * * *" -- cgit v1.2.1