NAME

Resque::Pluggable - Role to load Resque plugin's and and apply roles.

VERSION

version 0.42

ATTRIBUTES

plugins

List of plugins to be loaded into this Resque system. See Resque::Plugin.

worker_class

Worker class to be used for worker attribute. This is Resque::Worker with all plugin/roles applied to it.

job_class

Job class to be used by Resque::new_job. This is Resque::Job with all plugin/roles applied to it.

METHODS

BUILD

Apply pluggable roles after BUILD.

AUTHOR

Diego Kuperman <diego@freekeylabs.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Diego Kuperman.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.