Fix command in changelog [ci skip]

This commit is contained in:
Senya 2016-08-11 13:52:51 +03:00 committed by cmrd Senya
parent 7fa299b7ad
commit bc95de72e4
No known key found for this signature in database
GPG key ID: 5FCC5BA680E67BFE

View file

@ -72,7 +72,7 @@ The new queues are: `urgent, high, medium, low, default`.
When you upgrade to the new version, some jobs may persist in the old queues. To ensure that jobs to be processed, launch When you upgrade to the new version, some jobs may persist in the old queues. To ensure that jobs to be processed, launch
job processing for old queues using command: job processing for old queues using command:
``` ```
rake migrations:run_legacy_queues bin/rake migrations:run_legacy_queues
``` ```
The command will report queues that still have jobs and launch sidekiq process for that queues. The command will report queues that still have jobs and launch sidekiq process for that queues.