summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-03 05:10:59 +0000
committerEvan Read <eread@gitlab.com>2019-05-03 05:10:59 +0000
commitbf365e84f0398a8ff6fc23a4af66764b4d66c29c (patch)
tree6e859fc4fe896718af48a45ece00b1587b8f395e
parent6f6ba5a9210fd517280de77fe76422a2b1eb6e5a (diff)
parent227e83ef313af6a89dfd9b7697767631574f34ea (diff)
downloadgitlab-ce-bf365e84f0398a8ff6fc23a4af66764b4d66c29c.tar.gz
Merge branch 'patch-20' into 'master'
[docs] Clarify gitlab.rb settings for modifying pipeline schedule worker See merge request gitlab-org/gitlab-ce!27725
-rw-r--r--doc/user/project/pipelines/schedules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/schedules.md b/doc/user/project/pipelines/schedules.md
index 89f1beb6d1f..dd5427ab35a 100644
--- a/doc/user/project/pipelines/schedules.md
+++ b/doc/user/project/pipelines/schedules.md
@@ -79,7 +79,7 @@ For example, only two pipelines will be created per day if:
To change the Sidekiq worker's frequency:
-1. Edit the `pipeline_schedule_worker_cron` value in your instance's `gitlab.rb` file.
+1. Edit the `gitlab_rails['pipeline_schedule_worker_cron']` value in your instance's `gitlab.rb` file.
1. [Restart GitLab](../../../administration/restart_gitlab.md).
For GitLab.com, refer to the [dedicated settings page](../../gitlab_com/index.md#cron-jobs).