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
path: root/doc
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2019-09-10 19:16:11 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2019-09-10 19:16:11 +0300
commit0078ea44c292cd0e5eb7f4ae52358087c8ee34db (patch)
tree97cecf00526d3548d0a8d5074f502f2f4bd62596 /doc
parent7e8453fe926325ccffbadb509c59b8a5e1867886 (diff)
parenteeeaebe60813393940751ea9bf81e720b65bf95a (diff)
Merge branch 'sidekiq-monitor-namespace-change' into 'master'
Sidekiq monitor namespace change See merge request gitlab-org/gitlab-ce!32878
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/troubleshooting/sidekiq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/troubleshooting/sidekiq.md b/doc/administration/troubleshooting/sidekiq.md
index c41edb5dbfc..fdafac8420e 100644
--- a/doc/administration/troubleshooting/sidekiq.md
+++ b/doc/administration/troubleshooting/sidekiq.md
@@ -270,7 +270,7 @@ is interrupted mid-execution and it is not guaranteed
that proper rollback of transactions is implemented.
```ruby
-Gitlab::SidekiqMonitor.cancel_job('job-id')
+Gitlab::SidekiqDaemon::Monitor.cancel_job('job-id')
```
> This requires the Sidekiq to be run with `SIDEKIQ_MONITOR_WORKER=1`