Skip to content

Commit

Permalink
Merge pull request sidekiq#1420 from brandonweiss/patch-1
Browse files Browse the repository at this point in the history
Closes sidekiq#1419: Updating changelog with additional information about queue syntax
  • Loading branch information
mperham committed Jan 9, 2014
2 parents 6cd4e6a + 8f7c41b commit 7e6929d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@

- Fix race condition in bulk requeue during shutdown [#1406]
- Fix bug where strictly prioritized queues might be processed out of
order [#1408]
order [#1408]. A side effect of this change is that it breaks a queue
declaration syntax that worked, although only because of a bug—it was
never intended to work and never supported. If you were declaring your
queues as a comma-separated list, e.g. `sidekiq -q critical,default,low`,
you must now use the `-q` flag before each queue, e.g.
`sidekiq -q critical -q default -q low`.

2.17.1
-----------
Expand Down

0 comments on commit 7e6929d

Please sign in to comment.