summaryrefslogtreecommitdiff
path: root/lib/presque/worker.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-06-28 09:47:36 +0200
committerfranck cuny <franck@lumberjaph.net>2010-06-28 09:47:36 +0200
commit77daab6ee2ed11d1f38436926c362197cc230cbd (patch)
tree927a01c2c1ab28d31590f8a294784da2314ee07b /lib/presque/worker.pm
parentinterval and queue_name from config (diff)
downloadpresque-worker-77daab6ee2ed11d1f38436926c362197cc230cbd.tar.gz
rename
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 cd6e3fc..dc36260 100644
--- a/lib/presque/worker.pm
+++ b/lib/presque/worker.pm
@@ -69,7 +69,6 @@ has rest_client => (
Net::Presque->new(api_base_url => $self->context->{rest}->{url});
$client;
},
-
handles => {
pull => 'fetch_job',
retry_job => 'failed_job',