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:
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 050d112843f..732d46d284b 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -505,11 +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
+ # Interval, in seconds, for each Sidekiq process to check for scheduled cron jobs that need to be enqueued. If not
+ # set, the interval scales dynamically with the number of Sidekiq processes. If set to 0, disable polling for cron
+ # jobs entirely.
+ # poll_interval: 30
+
# Flag stuck CI jobs as failed
stuck_ci_jobs_worker:
cron: "0 * * * *"