From 54c52afe5a5b08938747956c4abec3059b1c60a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sun, 26 Jul 2026 20:21:46 +0200 Subject: [PATCH] small fix --- bootstrap.sh | 8 ++++++++ freshrss-fav-archiver.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d957709..7e254bd 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -244,6 +244,14 @@ docker run --rm -it \ httpd:2.4-alpine \ htpasswd -B -c /data/users tomasr +######################################################################3 +# freshrss-fav-archiver +########################### + +step "Initializing freshrss-fav-archiver" + +systemctl enable --now freshrss-fav-archiver.timer + ################################################################################ # Done ################################################################################ diff --git a/freshrss-fav-archiver.py b/freshrss-fav-archiver.py index 687dc81..94c1456 100644 --- a/freshrss-fav-archiver.py +++ b/freshrss-fav-archiver.py @@ -184,7 +184,7 @@ def process(): notify_failure(url) # avoid hammering services - time.sleep(60) + time.sleep(300) if __name__ == "__main__":