summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-06-09 18:37:14 +0200
committerfranck cuny <franck@lumberjaph.net>2010-06-09 18:37:14 +0200
commit8d37815d5aab7d1d8bf33140c63efe642cc4f231 (patch)
tree72e5312df5922ba54cb9fe6e3664ef4cb2f564fc /lib
parentadd logger; move some code for work and job in roles; (diff)
downloadpresque-worker-8d37815d5aab7d1d8bf33140c63efe642cc4f231.tar.gz
add role for job
Diffstat (limited to 'lib')
-rw-r--r--lib/presque/worker.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/presque/worker.pm b/lib/presque/worker.pm
index 264833c..c7fa36f 100644
--- a/lib/presque/worker.pm
+++ b/lib/presque/worker.pm
@@ -13,6 +13,7 @@ with qw/
presque::worker::Role::Management
presque::worker::Role::Dispatcher
presque::worker::Role::RESTClient
+ presque::worker::Role::Job
presque::worker::Role::Logger/;
has queue_name => (is => 'ro', isa => 'Str', required => 1);