NAME
resque-queue - CLI to examine and delete queues
VERSION
version 0.42
SYNOPSIS
Show all queues:
resque-tool --show
Show all queues in verbose mode (with sizes):
resque-tool --show --verbose
Create named queue(s):
resque-tool --create queuename
Delete named queue(s):
resque-tool --delete queuename
See --help option to see all options:
resque-tool --help
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.