README.md in sidekiq-limit_fetch-2.2.7 vs README.md in sidekiq-limit_fetch-2.3.0

- old
+ new

@@ -130,9 +130,23 @@ ```ruby Sidekiq::Queue['queue1'].block_except 'queue2' ``` +### Dynamic queues + +You can support dynamic queues (that are not listed in sidekiq.yml but +that have tasks pushed to them (usually with `Sidekiq::Client.push`)). + +To use this mode you need to specify a following line in sidekiq.yml: + +```yaml + :dynamic: true +``` + +Dynamic queues will be ran at the lowest priority. + + ### Thanks Sponsored by [Evil Martians]. [Evil Martians]: http://evilmartians.com/