Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progrhyme/perl5-app-koyomi
A simple distributed job scheduler.
https://github.com/progrhyme/perl5-app-koyomi
clustering job-scheduler
Last synced: 2 days ago
JSON representation
A simple distributed job scheduler.
- Host: GitHub
- URL: https://github.com/progrhyme/perl5-app-koyomi
- Owner: progrhyme
- License: other
- Created: 2015-05-05T03:49:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T03:11:30.000Z (over 6 years ago)
- Last Synced: 2023-08-01T06:43:51.800Z (over 1 year ago)
- Topics: clustering, job-scheduler
- Language: Perl
- Homepage: https://progrhyme.github.io/App-Koyomi-Doc/
- Size: 219 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
App::Koyomi - A simple distributed job scheduler
# DESCRIPTION
**Koyomi** is a simple distributed job scheduler which achieves High Availability.
You can run _koyomi worker_ on several servers.
Then if one worker stops with any trouble, remaining workers will take after its jobs.# DOCUMENTATION
Full documentation is available on [http://progrhyme.github.io/App-Koyomi-Doc/](http://progrhyme.github.io/App-Koyomi-Doc/).
# SEE ALSO
[koyomi](https://metacpan.org/pod/koyomi),
[koyomi-cli](https://metacpan.org/pod/koyomi-cli),
[App::Koyomi::Worker](https://metacpan.org/pod/App::Koyomi::Worker),
[App::Koyomi::CLI](https://metacpan.org/pod/App::Koyomi::CLI)# AUTHORS
IKEDA Kiyoshi
# 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.