From 5db032d1de791f6bf7a10fcde84b22c3acd3ef33 Mon Sep 17 00:00:00 2001 From: Guilherme Bufolo Date: Mon, 16 Sep 2024 18:42:46 +0200 Subject: [PATCH] =?UTF-8?q?Last=5Fminute=5Fwarning=20dem=20crontab=20hinzu?= =?UTF-8?q?gef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/crontab | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/crontab b/docker/crontab index 0848f3d..02d1763 100644 --- a/docker/crontab +++ b/docker/crontab @@ -1,6 +1,7 @@ # Runs every sunday at 16:00 0 21 * * 0 /usr/local/bin/python3 /app/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/check_next_7_days.json > /proc/1/fd/1 2>&1 15 11 * * * /usr/local/bin/python3 /app/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/check_next_2_days.json > /proc/1/fd/1 2>&1 +0 9 * * * /usr/local/bin/python3 /app/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/last_minute_warning.json > /proc/1/fd/1 2>&1 # Runs every minute to test # * * * * * echo "Hello" > /proc/1/fd/1 2>&1