Commit 8e4ba54a authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch '33142-pipeline-schedule-documentation-fix' into 'master'

Fix pipeline schedule value name in documentation, fixes #33142

Closes #33142

See merge request !11840
parents f74f0338 d5d41807
...@@ -53,7 +53,7 @@ Sidekiq, which runs according to its interval. For example, if you set a ...@@ -53,7 +53,7 @@ Sidekiq, which runs according to its interval. For example, if you set a
schedule to create a pipeline every minute (`* * * * *`) and the Sidekiq worker schedule to create a pipeline every minute (`* * * * *`) and the Sidekiq worker
runs on 00:00 and 12:00 every day (`0 */12 * * *`), only 2 pipelines will be runs on 00:00 and 12:00 every day (`0 */12 * * *`), only 2 pipelines will be
created per day. To change the Sidekiq worker's frequency, you have to edit the created per day. To change the Sidekiq worker's frequency, you have to edit the
`trigger_schedule_worker_cron` value in your `gitlab.rb` and restart GitLab. `pipeline_schedule_worker_cron` value in your `gitlab.rb` and restart GitLab.
For GitLab.com, you can check the [dedicated settings page][settings]. If you For GitLab.com, you can check the [dedicated settings page][settings]. If you
don't have admin access to the server, ask your administrator. don't have admin access to the server, ask your administrator.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment