The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Resque::Failures

VERSION

version 0.01

ATTRIBUTES

resque Accessor to the Resque object.

failure_class Name of a class consuming the role 'Resque::Failure'. By default: Resque::Failure::Redis

METHODS

throw create() a failure on the failure_class() and save() it.

create Create a new failure on the failure_class() backend.

count How many failures was in all the resque system.

all Return a range of failures in the same way Resque::peek() does for jobs.

clear Remove all failures.

requeue

remove

AUTHOR

Diego Kuperman <diego@freekeylabs.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 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.