README.md in sidekiq-limit_fetch-4.3.2 vs README.md in sidekiq-limit_fetch-4.4.0

- old
+ new

@@ -1,8 +1,8 @@ ## Description -*This project has been taken over by [@deanpcmad](https://github.com/deanpcmad)* +*This project has been taken over by [@deanpcmad](https://github.com/deanpcmad). Original code by [@brainopia](https://github.com/brainopia).* Sidekiq strategy to support a granular queue control – limiting, pausing, blocking, querying. [![CI](https://github.com/deanpcmad/sidekiq-limit_fetch/actions/workflows/ci.yml/badge.svg)](https://github.com/deanpcmad/sidekiq-limit_fetch/actions/workflows/ci.yml) [![Gem Version](https://badge.fury.io/rb/sidekiq-limit_fetch.svg)](http://badge.fury.io/rb/sidekiq-limit_fetch) @@ -147,9 +147,19 @@ To use this mode you need to specify a following line in sidekiq.yml: ```yaml :dynamic: true ``` + +or + +```yaml + :dynamic: + :exclude: + - excluded_queue +``` + +to exclude `excluded_queue` from dynamic queue Dynamic queues will be ran at the lowest priority. ### Maintenance