summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Sturgess <zac.sturgess@wearetwogether.com>2019-04-26 09:23:28 +0000
committerZac Sturgess <zac.sturgess@wearetwogether.com>2019-05-02 19:47:21 +0100
commit227e83ef313af6a89dfd9b7697767631574f34ea (patch)
tree2116667021a789a088ffd7529b8b4f91a23cc348
parentacaef5e35b9519b5e4ebcefee274e8c8f3d8c85a (diff)
downloadgitlab-ce-227e83ef313af6a89dfd9b7697767631574f34ea.tar.gz
Clarify gitlab.rb settings for modifying pipeline schedule worker
-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).