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

koyomi - koyomi worker

SYNOPSIS

    # Run worker
    koyomi [--config|-c /path/to/config.toml] [--debug|-d]

    # Show help or manual
    koyomi --help|-h
    koyomi --man

DESCRIPTION

This script is a job scheduler program like crond.

Koyomi executes scheduled jobs every minute and keeps running until someone stops it.

OPTIONS

--config|-c Str

Config file path.

--debug|-d

Enable debug logging.

DOCUMENTATION

Full documentation is available on http://progrhyme.github.io/App-Koyomi-Doc/.

SEE ALSO

App::Koyomi, App::Koyomi::Worker

AUTHORS

IKEDA Kiyoshi <progrhyme@gmail.com>

LICENSE

Copyright (C) 2015-2017 IKEDA Kiyoshi.

This application 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.