From b20e96fbae649f9e58120027161bdece3f8caa01 Mon Sep 17 00:00:00 2001 From: brainopia Date: Fri, 18 Jan 2013 15:46:58 +0400 Subject: [PATCH] Give hint about upcoming global locks support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2738cef..4794b39 100644 --- a/README.md +++ b/README.md @@ -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/