The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Qudo::Hook::Notify::ReachMaxRetry - notify reach job max retry count.

SYNOPSIS

$manager->register_hooks(qw/Qudo::Hook::Notify::ReachMaxRetry/);
$manager->register_plugins(
    +{
        name => 'Qudo::Plugin::Logger',
        option => +{
            dispatchers => ['mail'],
            mail => {
                class     => 'Log::Dispatch::Email::MIMELite',
                min_level => 'debug',
                to        => [ qw/alert@example.com/ ],
                from      => 'alert@example.com',
                subject   => 'qudo error!',
                format    => "[%p] %m\n",
                buffered  => 0,
            },
        },
    }
);

DESCRIPTION

Qudo::Hook::Notify::ReachMaxRetry is notify reach job max retry count. use Qudo::Plugin::Logger.

AUTHOR

Atsushi Kobayashi <nekokak _at_ gmail _dot_ com>

SEE ALSO

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.