summaryrefslogtreecommitdiff
path: root/bin/custodian-enqueue
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-26 09:23:12 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-26 09:23:12 +0000
commit06022289eb29ae3475030d3fd5fd478839bbdc60 (patch)
tree8787a0ec70361ca17cdabfd5b36c8cda2ea2c5c8 /bin/custodian-enqueue
parent00debd01a50ccde37a45f83940f3b07e4bee3155 (diff)
Explicitly watch a "tube" - a named queue - to avoid stomping on
anything else running under beanstalkd.
Diffstat (limited to 'bin/custodian-enqueue')
-rwxr-xr-xbin/custodian-enqueue2
1 files changed, 1 insertions, 1 deletions
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