diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-28 09:47:36 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-28 09:47:36 +0200 |
| commit | 77daab6ee2ed11d1f38436926c362197cc230cbd (patch) | |
| tree | 927a01c2c1ab28d31590f8a294784da2314ee07b /lib/presque/worker.pm | |
| parent | interval and queue_name from config (diff) | |
| download | presque-worker-77daab6ee2ed11d1f38436926c362197cc230cbd.tar.gz | |
rename
Diffstat (limited to 'lib/presque/worker.pm')
| -rw-r--r-- | lib/presque/worker.pm | 1 |
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', |
