From 1bc00fe308b4d6de3faddb1bfc1e7529f3ba6f40 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 26 Nov 2012 09:23:12 +0000 Subject: Explicitly watch a "tube" - a named queue - to avoid stomping on anything else running under beanstalkd. --- bin/custodian-enqueue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/custodian-enqueue') diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index 34e225a..9e8e9a3 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -139,7 +139,7 @@ if __FILE__ == $0 then # # Connected to the server # - queue = Beanstalk::Pool.new([$SERVER]) + queue = Beanstalk::Pool.new([$SERVER], "Custodian") if ( ! queue ) puts "Failed to connect to beanstalk server: #{$SERVER}" exit 1 -- cgit v1.2.1