summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-07-07 11:48:53 +0200
committerfranck cuny <franck@lumberjaph.net>2010-07-07 11:48:53 +0200
commit699492705fa2b6022b2d7d4e6e0f07fb3df0a823 (patch)
tree818de205da840f5e7d2985784d51a0419c0e90fb /lib
parentremove worker_id (diff)
downloadpresque-worker-699492705fa2b6022b2d7d4e6e0f07fb3df0a823.tar.gz
remove worker_id
Diffstat (limited to '')
-rw-r--r--lib/presque/worker.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/presque/worker.pm b/lib/presque/worker.pm
index 12744bd..b905027 100644
--- a/lib/presque/worker.pm
+++ b/lib/presque/worker.pm
@@ -94,7 +94,6 @@ sub start {
         try {
             $job = $self->pull(
                 queue_name => $self->queue_name,
-                worker_id  => $self->worker_id,
             );
         }
         catch {