README.md in sidekiq-limit_fetch-1.4 vs README.md in sidekiq-limit_fetch-1.5
- old
+ new
@@ -56,26 +56,9 @@
Sidekiq::Queue['name'].pause # prevents workers from running tasks from this queue
Sidekiq::Queue['name'].paused? # => true
Sidekiq::Queue['name'].unpause # allows workers to use the queue
```
-### Multiple processes
-
-Limits are applied per process. In case you have several worker
-processes and want to have global locks between them, you'll need to
-enable global mode by setting global option, eg:
-
-```yaml
- :global: true
-```
-
-or
-
-```ruby
- Sidekiq.options[:global] = true
-```
-
-
### Blocking queue mode
If you use strict queue ordering (it will be used if you don't specify queue weights)
then you can set blocking status for queues. It means if a blocking
queue task is executing then no new task from lesser priority queues will