mirror of
https://github.com/deanpcmad/sidekiq-limit_fetch.git
synced 2022-11-09 13:54:36 -05:00
Give hint about upcoming global locks support
This commit is contained in:
parent
430ffa0a6a
commit
b20e96fbae
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ will be preserved.
|
|||
Sidekiq::Queue['name'].continue # allows workers to use the queue with the same limit
|
||||
```
|
||||
|
||||
Limits are applied strictly per process.
|
||||
Limits are applied per process. In case you have several worker
|
||||
processes and want to have global locks between them, you'll need to
|
||||
wait just a bit more since support for global locks is underway.
|
||||
|
||||
Sponsored by [Evil Martians].
|
||||
[Evil Martians]: http://evilmartians.com/
|
||||
|
|
Loading…
Add table
Reference in a new issue