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

NAME

resque-worker - Executable to run your resque workers

VERSION

version 0.28

SYNOPSIS

Listen to jobs on multiple queues:

    resque-worker -q important -q less_important

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

    reque-worker --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.