Qnap [ Yacron ] [ 0.10.0 ] A modern Cron replacement

QoolBox

Représentant QNAP
2 Janvier 2014
10 559
163
153
50
France
www.qnap.com
qpkg_icon_80.gif

Source : https://github.com/gjcarneiro/yacron

Download :

https://www.qnapclub.eu/fr/qpkg/838

Note :


my-crontab.yaml to fillup can be found in /opt/Yacron
it start by default a custom job every 5 min (please have a look to the github to cusomize your own schedule)
Web interface listen on port 8229
Web interface display basic status for job by default, but you can modify url to choose any action (refer to the github page)

About :


"Crontab" is in YAML format;
Builtin sending of Sentry and Mail outputs when cron jobs fail;
Flexible configuration: you decide how to determine if a cron job fails or not;
Designed for running in Docker, Kubernetes, or 12 factor environments:
Runs in the foreground;
Logs everything to stdout/stderr [1];
Option to automatically retry failing cron jobs, with exponential backoff;
Optional HTTP REST API, to fetch status and start jobs on demand.
[1] Whereas vixie cron only logs to syslog, requiring a syslog daemon to be running in the background or else you don't get logs!