From bc95de72e4a7ff25ec00f21acc25d8108b849c16 Mon Sep 17 00:00:00 2001 From: Senya Date: Thu, 11 Aug 2016 13:52:51 +0300 Subject: [PATCH] Fix command in changelog [ci skip] --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 7a7c96983..0c5d50430 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 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.