From c615102ab4043f7ff290f5abba11db6df1a947d4 Mon Sep 17 00:00:00 2001 From: girst Date: Fri, 7 Aug 2020 21:22:20 +0200 Subject: [PATCH] correct statement about idempotency of cronjobs --- INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c3f07b0..c8d78b6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -97,8 +97,9 @@ you don't use `/etc/yt/config`) ./app/common/utils.py cipher If all goes well, install them with `crontab -e`. Running `pull` and `cipher` -once per day is plenty; `websub` should run at least twice daily (it won't do -any additional work if ran multiple times, unlike `pull`). +once per day is plenty; `websub` should run at least twice daily (both `pull` +and `websub` are idempotent; they won't do any additional work if ran multiple +times). YT_DIR=/opt/yt # YT_CONFIG=/opt/yt/config/config.ini # optional -- 2.39.3