QNAP [ Yacron ] [ 0.10.0 ] A modern Cron replacement

  • Vague de SPAM

    Suite à une vague de spam sur le forum, les inscriptions sont temporairement limitées.

    Après votre inscription, un membre de l'équipe devra valider votre compte avant qu'il ne soit activé. Nous sommes désolés pour la gêne occasionnée et vous remercions de votre patience.

QoolBox

Représentant QNAP
2 Janvier 2014
10 748
185
173
51
France
www.qnap.com
Professionnel
Oui
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!