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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-30 06:09:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-30 06:09:54 +0300
commitc74f7b6ff54ab900d2585ff216cce78d619b183c (patch)
treed2841380127d6b3e2526b3cc47562c3cca4bc49a /config/gitlab.yml.example
parentd210b1bee140e0f2c1f09635dd14a872e07a3100 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index da950c54fbf..050d112843f 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -505,6 +505,11 @@ 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:
+ # Interval, in seconds, for each Sidekiq process to check for scheduled cron jobs that need to be enqueued. If set
+ # to 0, disable polling for cron jobs entirely. This is useful in setups with multiple Sidekiq processes if you want
+ # to limit which ones perform this task. Note that at least one process in your instance needs to have polling
+ # enabled for cron jobs to be executed.
+ poll_interval: 30
# Flag stuck CI jobs as failed
stuck_ci_jobs_worker:
cron: "0 * * * *"