Group
Extension

Matches 1

Minion-Command-minion-jobx ( B/BF/BFAIST/Minion-Command-minion-jobx-0.05.tar.gz, BFAIST, 2016; MetaCPAN )
Minion-Command-minion-jobx/lib/Minion/Command/minion/jobx.pm ( view source; MetaCPAN )

use Getopt::Long qw/GetOptionsFromArray :config no_auto_abbrev no_ignore_case/;
use Mojo::JSON qw/decode_json/;
use Mojo::Util qw/dumper tablify/;

our $VERSION = '0.05';

has description => 'Manage 
        'A|attempts=i'  => \$options->{attempts},
        'a|args=s'      => sub { $args = decode_json($_[1]) },
        'b|broadcast=s' => (\my $command),
        'd|delay=i'     => \$options->{delay
 be
                                attempted, defaults to 1
      -a, --args <JSON array>   Arguments for new job in JSON format
      -d, --delay <seconds>     Delay new job for this many seconds
  

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.