Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2020-12-29 15:10:30 +00:00
parent d15aa4cf2e
commit f4395ec210
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ For the same reasons that removing workers is dangerous, care should be taken
when renaming queues.
When renaming queues, use the `sidekiq_queue_migrate` helper migration method,
as show in this example:
as shown in this example:
```ruby
class MigrateTheRenamedSidekiqQueue < ActiveRecord::Migration[5.0]