The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

resque-admin - Tool to deal with working or stalled workers

VERSION

version 0.35

SYNOPSIS

List or remove matching workers from the resque system. you should never --delete non stalled workers. Always --list it first.

    resque-admin --min-age 2d --list

See --help option to know all it's options:

    resque-admin --help

AUTHOR

Diego Kuperman <diego@freekeylabs.com>

COPYRIGHT AND LICENSE

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