NAME
Mojolicious::Plugin::Kevin::Commands - Mojolicious plugin for alternative minion commands
VERSION
version 0.7.1
SYNOPSIS
# plugin for Minion
$self->plugin(Minion => {Pg => 'postgresql://postgres@/test'});
# then
$self->plugin('Kevin::Commands');
# run
./app.pl kevin worker
./app.pl kevin jobs
./app.pl kevin workers
DESCRIPTION
Mojolicious::Plugin::Kevin::Commands is a plugin that makes kevin
commands available to a Mojolicious application.
These commands are alternative commands to manage and look at Minion queues.
METHODS
Mojolicious::Plugin::Kevin::Commands inherits all methods from Mojolicious::Plugin and implements the following new ones.
register
$plugin->register(Mojolicious->new);
Register plugin in Mojolicious application.
SEE ALSO
Minion, Mojolicious::Guides, http://mojolicious.org.
AUTHOR
Adriano Ferreira <ferreira@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017-2018 by Adriano Ferreira.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.