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

NAME

App::Koyomi::Schedule - koyomi job schedule

SYNOPSIS

    use App::Koyomi::Schedule;
    my $schedule = App::Koyomi::Schedule->instance;

DESCRIPTION

This module represents Singleton schedule object.

METHODS

instance

Fetch schedule singleton.

update

Update schedule if needed.

get_jobs (DateTime)

Fetch jobs to execute at that time.

SEE ALSO

App::Koyomi::Worker

AUTHORS

IKEDA Kiyoshi <progrhyme@gmail.com>

LICENSE

Copyright (C) 2015-2017 IKEDA Kiyoshi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.